Robert Cain continues a series on KQL:
This post will conclude our look at the Kusto Query Language with the
row_window_session
function. It can be used to group rows of data in a time range, and will return the starting time for that range of data in each row.
As always, Robert has an explanation of how the function works and plenty of examples to see it in action.