Summarize and Render
Summarize Operator
Examples
Using Summarize To Output the Count of EventID
SecurityEvent
| summarize EventCount = count() by EventID
Using Summarize To Output the Count of Different Activities

Using Summarize To Output the Count of Different Columns

Render Operator
Examples

Using Render To Return a Query Result in a Bar Chart

Last updated