summarize | count() | min | max | make_set
Summarize
Table
| summarize <aggregation> by <grouping column(s)>
summarize by count()
DeviceEvents
| project DeviceName, ActionType
| summarize count() by DeviceName
make_set
country
domain
country
count_
country
count_
set_domain
min() & max()
user
TimeGenerated
BytesSent
user
min_BytesSent
max_BytesSent
user
FirstSeen
LastSeen
Last updated

