Web Client
What browsers are being used:
AppDependencies
| summarize count() by ClientBrowser
| render barchart Make sure your system users are using a Chromium based browser
What locations are my users connecting from:
AppDependencies
| summarize count() by ClientCity, ClientCountryOrRegion
| render barchart How is my system today on key tasks:
AppDependencies
| where Name contains "navigationsearch"
| summarize totalCount=sum(DurationMs) by bin(TimeGenerated, 30m)
| render timechartLast updated
Was this helpful?