Back to Browse

Anomaly Detection Using DAX (Power BI Tutorial)

2.2K views
Sep 25, 2020
14:20

I am not trying to take Microsoft out of business, but after I read on the Power BI team's blog that the anomaly detection feature was coming, I decided to see if I could implement something like this myself using DAX. Turns out we can build something very useful without having to run regressions and Machine Learning Models. In my approach I calculate the change in rankings for every product in every period and then take an absolute value of that change and then I sum all of those variances up. That gives me a pretty good proxy into how much the distribution of product sales have changed month over month. Then I put an indicator right above a period that has the most interesting stuff going on, making it easier for the end user to decide what bar on the trend chart is worth interacting with. You can download the model used in this tutorial here:https://businessintelligist.com/2020/09/24/anomaly-detection-calculation-using-dax-power-bi-tutorial/

Download

0 formats

No download links available.

Anomaly Detection Using DAX (Power BI Tutorial) | NatokHD