<?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: Reverse Cumulative sum issues in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reverse-Cumulative-sum-issues/m-p/3134276#M111646</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="445440" data-lia-user-login="MikeDubya" class="lia-mention lia-mention-user"&gt;MikeDubya&lt;/a&gt; , you should always prefer a separate date table joined with date of your table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reverse Cumulative Total =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(Pilot[LNDG Day]),&lt;BR /&gt;FILTER(ALL(Date), DateDate &amp;gt;= Max(Date[Date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows function can help&lt;/P&gt;
&lt;P&gt;Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: &lt;A href="https://youtu.be/nxc_IWl-tTc" target="_blank"&gt;https://youtu.be/nxc_IWl-tTc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running Total/ Cumulative: &lt;A href="https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41" target="_blank"&gt;https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 18:11:50 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-03-15T18:11:50Z</dc:date>
    <item>
      <title>Reverse Cumulative sum issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reverse-Cumulative-sum-issues/m-p/3133528#M111590</link>
      <description>&lt;P&gt;I have a calculated column that performs a reverse cumulative total. Without adding the reverse cumulatative column, I have a list of dates and whether a pilot landed during the day.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;When I add my Reverse Column, it adds dates with blank LNDG Day and places the total in the Reverse Column:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here is my Dax Code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Reverse Cumulative Total = &lt;/SPAN&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;Pilot&lt;/SPAN&gt;&lt;SPAN&gt;[LNDG Day]&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;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pilot&lt;/SPAN&gt;&lt;SPAN&gt;[Depart Date (Z)]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;Pilot&lt;/SPAN&gt;&lt;SPAN&gt;[Depart Date (Z)]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Pilot&lt;/SPAN&gt;&lt;SPAN&gt;[Depart Date (Z)]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What am I missing in my DAX code that would prevent the "12's" from showing up? Clearing I just want the 0, 0, 1, 3, not 0, 12, 0, 12, 1, 12, 12, 3 (from bottom up).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TIA!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Mar 2023 13:35:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reverse-Cumulative-sum-issues/m-p/3133528#M111590</guid>
      <dc:creator>MikeDubya</dc:creator>
      <dc:date>2023-03-15T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse Cumulative sum issues</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reverse-Cumulative-sum-issues/m-p/3134276#M111646</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="445440" data-lia-user-login="MikeDubya" class="lia-mention lia-mention-user"&gt;MikeDubya&lt;/a&gt; , you should always prefer a separate date table joined with date of your table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reverse Cumulative Total =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(Pilot[LNDG Day]),&lt;BR /&gt;FILTER(ALL(Date), DateDate &amp;gt;= Max(Date[Date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows function can help&lt;/P&gt;
&lt;P&gt;Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: &lt;A href="https://youtu.be/nxc_IWl-tTc" target="_blank"&gt;https://youtu.be/nxc_IWl-tTc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running Total/ Cumulative: &lt;A href="https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41" target="_blank"&gt;https://www.youtube.com/watch?v=h2wsO332LUo&amp;amp;list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&amp;amp;index=41&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reverse-Cumulative-sum-issues/m-p/3134276#M111646</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-03-15T18:11:50Z</dc:date>
    </item>
  </channel>
</rss>

