Skip to content

Instantly share code, notes, and snippets.

@brlinton
Created July 23, 2016 19:43
Show Gist options
  • Save brlinton/d07dd7833b0aaf053b74a6a186618f00 to your computer and use it in GitHub Desktop.
Save brlinton/d07dd7833b0aaf053b74a6a186618f00 to your computer and use it in GitHub Desktop.
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