Forum Discussion

i_like_tacos's avatar
i_like_tacos
Regular Visitor
1 year ago
Solved

Find changes in trend

Hello all,   I have played with Power BI a little, but when it comes to DAX I am overwhelmed and struggle to figure things out.  I have a set of data that I'm trying to figure out how to identify c...
  • ThxAlot's avatar
    1 year ago

    In statistics, a moving average is the most frequently used way to identify trends with smoothing out short-term fluctuations. With PBI, it's even more informative by visulizing it.

  • mark_endicott's avatar
    1 year ago

    i_like_tacos - You don't really need to implement any complicated DAX for this. You could do so with the right choice of visualisation. Customising a Scatter Plot would help visualise changes to the norm for each student. 

     

    This is a great article that will show you how: https://www.sqlbi.com/articles/using-scatterplots-to-find-details-in-reports/

     

    If I answered your question please mark my post as the solution, it helps others with the same challenge find the answer!