<?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: cummilative line graph using Rolling 30 days in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115994#M110319</link>
    <description>&lt;P&gt;Thanks for the responce&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 13:56:44 GMT</pubDate>
    <dc:creator>VikramAdi</dc:creator>
    <dc:date>2023-03-08T13:56:44Z</dc:date>
    <item>
      <title>cummilative line graph using Rolling 30 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115448#M110290</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently i have calculated&amp;nbsp;Rolling 30 days average ,&amp;nbsp; i want to display Rolling 30 days cummilitive amount.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VAdi&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:56:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115448#M110290</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: cummilative line graph using Rolling 30 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115456#M110291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure if I understood your question correctly, but please check the below and the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Cumulative Measure =
VAR __Date =
    MAX ( 'Date'[Date] )
VAR __Table =
    ADDCOLUMNS (
        DATESINPERIOD ( 'Date'[Date], LASTDATE ( 'Date'[Date] ), -30, DAY ),
        "__30Avg", [Rolling 30 Days Average]
    )
VAR __Result =
    SUMX ( __Table, [__30Avg] )
RETURN
    __Result
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Mar 2023 05:21:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115456#M110291</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2023-03-07T05:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: cummilative line graph using Rolling 30 days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115994#M110319</link>
      <description>&lt;P&gt;Thanks for the responce&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 13:56:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/cummilative-line-graph-using-Rolling-30-days/m-p/3115994#M110319</guid>
      <dc:creator>VikramAdi</dc:creator>
      <dc:date>2023-03-08T13:56:44Z</dc:date>
    </item>
  </channel>
</rss>

