Azure – Application Insights KQL query – not in sub query
How can I return results of a query that aren't in the results of another query? For example, I want to return the results that are returned from the first query and are not also in the second query: First…