<?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: Rolling in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112355#M110022</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="523821" data-lia-user-login="VikramAdi" class="lia-mention lia-mention-user"&gt;VikramAdi&lt;/a&gt;&amp;nbsp;So like this?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cumulative Measure = 
  VAR __Date = MAX('Date'[Date])
  VAR __Table = SUMMARIZE(FILTER(ALL('Dates'),[Date]&amp;lt;=__Date),[Date],"__30Avg",[Rolling 30 Days Average])
  VAR __Result = SUMX(__Table,[__30Avg])
RETURN
  __Result&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 05 Mar 2023 15:15:14 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2023-03-05T15:15:14Z</dc:date>
    <item>
      <title>Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3110969#M109889</link>
      <description />
      <pubDate>Wed, 08 Mar 2023 13:48:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3110969#M109889</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3111087#M109899</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="523821" data-lia-user-login="VikramAdi" class="lia-mention lia-mention-user"&gt;VikramAdi&lt;/a&gt;&amp;nbsp;Sorry, what do you mean by cumulative rolling 30 day average? Do you mean that 30 days ago just 1 day is displayed, 29, 2 days, 28, 3, etc?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Better-Rolling-Average/m-p/2897874#M911" target="_blank"&gt;Better Rolling Average - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 20:19:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3111087#M109899</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-03T20:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112331#M110018</link>
      <description>&lt;P&gt;Thanks for your responce&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:50:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112331#M110018</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112355#M110022</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="523821" data-lia-user-login="VikramAdi" class="lia-mention lia-mention-user"&gt;VikramAdi&lt;/a&gt;&amp;nbsp;So like this?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cumulative Measure = 
  VAR __Date = MAX('Date'[Date])
  VAR __Table = SUMMARIZE(FILTER(ALL('Dates'),[Date]&amp;lt;=__Date),[Date],"__30Avg",[Rolling 30 Days Average])
  VAR __Result = SUMX(__Table,[__30Avg])
RETURN
  __Result&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 05 Mar 2023 15:15:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112355#M110022</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-05T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112395#M110029</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:51:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3112395#M110029</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3114087#M110181</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="523821" data-lia-user-login="VikramAdi" class="lia-mention lia-mention-user"&gt;VikramAdi&lt;/a&gt;&amp;nbsp;Please provide sample data and expected output because I'm not understanding what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 14:24:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3114087#M110181</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-06T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3114645#M110230</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:51:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3114645#M110230</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3115356#M110288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;, could you please check this query please.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 03:15:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3115356#M110288</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-07T03:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3116722#M110390</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="523821" data-lia-user-login="VikramAdi" class="lia-mention lia-mention-user"&gt;VikramAdi&lt;/a&gt;&amp;nbsp;As far as I can tell, the cumulative measure is returning correct results. Check out the table in the image. The cumulative measure is adding up the 30 day averages as it goes. So, the question becomes, what do you want the results to be? Because the cumulative measure is doing exactly what it is supposed to do. I attached the PBIX file below signature.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 14:59:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling/m-p/3116722#M110390</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-03-07T14:59:46Z</dc:date>
    </item>
  </channel>
</rss>

