Created
July 23, 2016 19:43
-
-
Save brlinton/d07dd7833b0aaf053b74a6a186618f00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pageViews | |
| where timestamp >= ago(7d) | |
| summarize(count(client_Browser)) by client_Browser | |
| render piechart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment