Forum Discussion
DennesTorres
2 years agoPower Participant
KQL Query not accepted by alerts
Hi, I have the KQL query below. This query is not being accepted for alert creation. pusummary
| where Window_End_Time > ago(20m)
| where TotalRides >5
| where PULocationID in (pusummary
...
DennesTorres
2 years agoPower Participant
Hi,
The suggestion about hovering the mouse helped a bit.
The error message is complaining the query has two time ranges.
Do you suggest something I could do for this query to work, or is this a bug, because the subquery shouldn't be recognized as a 2nd time range ?
Kind Regards,
Dennes