Query Details
// Last modified time for unique incident numbers = last run time SecurityIncident | summarize arg_max(LastModifiedTime,*) by IncidentNumber
This query finds the last modified time for each unique incident number in the SecurityIncident table. It uses the arg_max function to retrieve the latest LastModifiedTime value for each IncidentNumber.

Rod Trent
Released: June 30, 2022
Tables
Keywords
Operators