Can someone tell me why this Kusto statement in Log Analytics fails with "no tabular statement found"?
let eventcnt = Event
| where TimeGenerated > ago(10m)
I can run this query and a table of data is returned:
Event
| where TimeGenerated > ago(10m)