<?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: Getting Same Cumulative Total on each month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566897#M137501</link>
    <description>&lt;P&gt;I actually just got it to work by changing it to &amp;lt;=MIN. My new problem is that when I use a slicer to get a quarter, it re-starts the cumulative for whatever quarter (3 mos) I select rather than keeping the running total for that quarter. Does anyone know how to resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 19:05:00 GMT</pubDate>
    <dc:creator>Userpath77</dc:creator>
    <dc:date>2023-12-04T19:05:00Z</dc:date>
    <item>
      <title>Getting Same Cumulative Total on each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566838#M137496</link>
      <description>&lt;P&gt;Greetings All- I have a cumulative measure that is putting the same total on every month in my snake chart. I have 12 months (Oct -Sep) and the cumulative total at the 12th month is the only value that shows on every month.&amp;nbsp; Can anyone tell me how to fix this so that it shows a rolling total for each month?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SpendPlan&lt;/SPAN&gt;&lt;SPAN&gt;[Obligations]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SpendPlan&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;SpendPlan&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SpendPlan&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566838#M137496</guid>
      <dc:creator>Userpath77</dc:creator>
      <dc:date>2023-12-04T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Same Cumulative Total on each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566869#M137499</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="310802" data-lia-user-login="Userpath77" class="lia-mention lia-mention-user"&gt;Userpath77&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your DAX should work as long as you have&amp;nbsp;&lt;SPAN&gt;SpendPlan&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;) and this measure is in your visual.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:46:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566869#M137499</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2023-12-04T18:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Same Cumulative Total on each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566874#M137500</link>
      <description>&lt;P&gt;Fowmy----thanks for the guidance. My visual uses a seperate date table as the x-axis. This date table just has "months" and is linked to the months in my spend plan table. I have to use the date table becuase it is a combo chart using multiple sources. Any additional thoughts on how to solve?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:57:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566874#M137500</guid>
      <dc:creator>Userpath77</dc:creator>
      <dc:date>2023-12-04T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Same Cumulative Total on each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566897#M137501</link>
      <description>&lt;P&gt;I actually just got it to work by changing it to &amp;lt;=MIN. My new problem is that when I use a slicer to get a quarter, it re-starts the cumulative for whatever quarter (3 mos) I select rather than keeping the running total for that quarter. Does anyone know how to resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 19:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Getting-Same-Cumulative-Total-on-each-month/m-p/3566897#M137501</guid>
      <dc:creator>Userpath77</dc:creator>
      <dc:date>2023-12-04T19:05:00Z</dc:date>
    </item>
  </channel>
</rss>

