User Profile
Azure_Kush2001
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Error in getting Percentage value using KQL
I am trying to use below query to find memory utilisation percentage, when i am trying to use summarize operator with division operator to get percentage its giving me output as zero only. Can someone help please InsightsMetrics | where TimeGenerated > ago(1h) | where Namespace contains "Memory" | where Name contains "AvailableMB" | extend FreeMB = toint(32000-toint(Val)) | extend totalMB = toint(Val) + toint(FreeMB) | summarize percent = max((FreeMB/totalMB)*100) by bin(TimeGenerated, 5m)4.6KViews0likes1Comment
Recent Blog Articles
No content to show