<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Find changes in trend in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735182#M181373</link>
    <description>&lt;P&gt;In statistics, a moving average is the most frequently used way to identify trends with&amp;nbsp;&lt;SPAN&gt;smoothing out short-term fluctuations. With PBI, it's even more informative by visulizing it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 20:41:00 GMT</pubDate>
    <dc:creator>ThxAlot</dc:creator>
    <dc:date>2025-06-17T20:41:00Z</dc:date>
    <item>
      <title>Find changes in trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735020#M181364</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have played with Power BI a little, but when it comes to DAX I am overwhelmed and struggle to figure things out.&amp;nbsp; I have a set of data that I'm trying to figure out how to identify changes in trends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, my set of data looks similar to this, but with several thousand students across a minimum of 1 month.&amp;nbsp; I have "truncated" the data for this example below.&amp;nbsp; You can see StudentA and StudentB test scores are all relatively similar, but with StudentC something happened where their trend shifted and degraded.&amp;nbsp; I am looking to see how in PowerBI I can identify all students that have a significant shift in their Score trend say over the past month and possibly up to the past 2-3 months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been attempting to look online for how to get this to work, but it seems more complex than I realized.&amp;nbsp; Tried using chatgpt, but everything it recommends results in some sort of errors or circular dependency issues.&amp;nbsp; I'm stumped and was hoping some smart folks may have some suggestions on how I can accomplish this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Student&lt;/TD&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Score&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/1/2025&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/2/2025&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/3/2025&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/4/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/5/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/6/2025&lt;/TD&gt;&lt;TD&gt;99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/7/2025&lt;/TD&gt;&lt;TD&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/8/2025&lt;/TD&gt;&lt;TD&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/9/2025&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentA&lt;/TD&gt;&lt;TD&gt;5/10/2025&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/1/2025&lt;/TD&gt;&lt;TD&gt;99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/2/2025&lt;/TD&gt;&lt;TD&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/3/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/4/2025&lt;/TD&gt;&lt;TD&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/5/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/6/2025&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/7/2025&lt;/TD&gt;&lt;TD&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/8/2025&lt;/TD&gt;&lt;TD&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/9/2025&lt;/TD&gt;&lt;TD&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentB&lt;/TD&gt;&lt;TD&gt;5/10/2025&lt;/TD&gt;&lt;TD&gt;97&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/1/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/2/2025&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/3/2025&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/4/2025&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/5/2025&lt;/TD&gt;&lt;TD&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/6/2025&lt;/TD&gt;&lt;TD&gt;99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/7/2025&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;70&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/8/2025&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;63&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/9/2025&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;66&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;StudentC&lt;/TD&gt;&lt;TD&gt;5/10/2025&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;61&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 17 Jun 2025 16:52:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735020#M181364</guid>
      <dc:creator>i_like_tacos</dc:creator>
      <dc:date>2025-06-17T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Find changes in trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735182#M181373</link>
      <description>&lt;P&gt;In statistics, a moving average is the most frequently used way to identify trends with&amp;nbsp;&lt;SPAN&gt;smoothing out short-term fluctuations. With PBI, it's even more informative by visulizing it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:41:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735182#M181373</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2025-06-17T20:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find changes in trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735781#M181391</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="249881" data-lia-user-login="i_like_tacos" class="lia-mention lia-mention-user"&gt;i_like_tacos&lt;/a&gt;&amp;nbsp;- 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.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a great article that will show you how:&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/using-scatterplots-to-find-details-in-reports/" target="_blank"&gt;https://www.sqlbi.com/articles/using-scatterplots-to-find-details-in-reports/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding: 1em; border: 3px solid #287EC7;"&gt;If I answered your question &lt;STRONG&gt; please mark my post as the solution&lt;/STRONG&gt;, it helps others with the same challenge find the answer!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 10:15:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4735781#M181391</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2025-06-18T10:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Find changes in trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4736461#M181415</link>
      <description>&lt;P&gt;Thank you both.&amp;nbsp; I've been able to implement the moving average window into my project and have been successful getting it to work.&amp;nbsp; I am playing with it to try to expand functionality across other KPIs I'm working with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The scatterplot method proposed is an interesting take and I am also playing with that and seeing how that may be incorporated as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 19:49:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4736461#M181415</guid>
      <dc:creator>i_like_tacos</dc:creator>
      <dc:date>2025-06-18T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Find changes in trend</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4736479#M181416</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="249881" data-lia-user-login="i_like_tacos" class="lia-mention lia-mention-user"&gt;i_like_tacos&lt;/a&gt;&amp;nbsp;- I think Scatter plots are often the best visualisation for spotting outliers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 20:42:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-changes-in-trend/m-p/4736479#M181416</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2025-06-18T20:42:18Z</dc:date>
    </item>
  </channel>
</rss>

