azure AI QUERY combine start and response to calculate average
问题 I'm quite new to azure's application insights analytics query. I'm trying to make some reports out of the data I have. In the table customEvents , there are rows that represents the start and the return (aka Start & Success) of a request (aka Event), but I cannot figure out how to combine the Start and Success for calculating an average/making a report. let table1 = customEvents | extend Start=timestamp | where customDimensions.Action == "Start" and customDimensions.Event == "A" | project