Robert Cain continues a series on KQL:
A very common need in query languages is the ability to extract the maximum and minimum values in a column of data. The Kusto Query Language provides this capability through two functions,
arg_max
andarg_min
. In this post we’ll take a look at these functions.
Click through to learn more about how these work.