I have a query like;
example_CL | where field1 == "name" | top 1 by TimeGenerated desc
Gives me the latest row with the latest value of "name" like;
name quota used
samplename 100 75
I'm trying to make a donut chart which shows 75/100.