Stop using prev(): Master Kusto's rolling_percentile
Calculating rolling statistics (like a moving median or the 95th percentile over the last 10 days) used to be a pain in KQL. You either had to perform expensive self-joins or chain multiple prev() functions together, which is ugly and hard to maintai...
yuvaldrs.hashnode.dev2 min read