<?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: CUMULATIVE TOTAL in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314830#M171330</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828309" data-lia-user-login="NessFlood" class="lia-mention lia-mention-user"&gt;NessFlood&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see below solution. hope this solves your ask&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 07:33:44 GMT</pubDate>
    <dc:creator>Rupak_bi</dc:creator>
    <dc:date>2024-12-05T07:33:44Z</dc:date>
    <item>
      <title>CUMULATIVE TOTAL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314047#M171310</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;I am after a cumulative total for Vehicle Actuals to include in a double axis visual.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I want the visual blue line axis to show 28 not two lots of 14&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;your help would be greatly appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Vanessa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 20:58:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314047#M171310</guid>
      <dc:creator>NessFlood</dc:creator>
      <dc:date>2024-12-04T20:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: CUMULATIVE TOTAL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314100#M171311</link>
      <description>&lt;P&gt;Are you looking for a fixed line of 28?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Count of Table Name total for Year = 
CALCULATE(
	Sum('Table1'[VEHICLES ACTUAL]),
	ALL('Table1')
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace ALL with ALLSELECTED if you want to calculate with filters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this measure for your line!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 22:19:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314100#M171311</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2024-12-04T22:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: CUMULATIVE TOTAL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314285#M171317</link>
      <description>&lt;P&gt;The measure works but it's not cumulative&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As more vehicle installations are completed across the regions, I need the blue line to increase - thank you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 02:05:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314285#M171317</guid>
      <dc:creator>NessFlood</dc:creator>
      <dc:date>2024-12-05T02:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: CUMULATIVE TOTAL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314830#M171330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828309" data-lia-user-login="NessFlood" class="lia-mention lia-mention-user"&gt;NessFlood&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see below solution. hope this solves your ask&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 07:33:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4314830#M171330</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2024-12-05T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: CUMULATIVE TOTAL</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4315897#M171382</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="828309" data-lia-user-login="NessFlood" class="lia-mention lia-mention-user"&gt;NessFlood&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to plot the visual with region column and a measure like:&lt;/P&gt;
&lt;P&gt;cumulative total =&lt;/P&gt;
&lt;P&gt;CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; SUM(data[vehicles actual]),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; data[region]&amp;lt;=MAX(data[region])&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 22:34:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CUMULATIVE-TOTAL/m-p/4315897#M171382</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2024-12-05T22:34:33Z</dc:date>
    </item>
  </channel>
</rss>

