I have different Types (A, B, C, …) and different States type string in Azure Data Explorer
.
I would like to have a chart where all Types a sumed up by their States. So every column consists of A, B, C, etc.
and then the sums by State.
I´m a newbie in KQL, so I´ve tried this:
Data | summarize count() by Type
But I don´t know how to add the States and create the chart.
New contributor
user25708967 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.