Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. pageViews
  2. |where timestamp > ago(90d)
  3. |summarize Browser_hits = count() by Date = startofweek(timestamp), client_Browser
  4. |sort by Date
  5. |render timechart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement