Press "Enter" to skip to content

Summations in KQL

Robert Cain continues a series on KQL:

In my previous post, Fun With KQL – Max, MaxIf, Min and MinIf, we looked at the aggregation functions max and min. In this post we’ll talk about another aggregation function, sum. We’ll also look at a variant of it, sumif.

Check out the details and examples in Robert’s post.