<?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: How to have a total sum of the cumulative sums of a measure? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-have-a-total-sum-of-the-cumulative-sums-of-a-measure/m-p/2387064#M61903</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365779" data-lia-user-login="rodrigonogueir4" class="lia-mention lia-mention-user"&gt;rodrigonogueir4&lt;/a&gt; , Try like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;sumx(Values('Calendar'[month year]) ,Cumulative by Month = Calculate(Count('resources'[id]), FILTER(ALL('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date]))) * Calculate(COUNT(order[id])* MIN(Costs[Cost]), Filter(ALLSELECTED('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date]))) )&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 18:10:23 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-10T18:10:23Z</dc:date>
    <item>
      <title>How to have a total sum of the cumulative sums of a measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-have-a-total-sum-of-the-cumulative-sums-of-a-measure/m-p/2386775#M61874</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;Basically I need a TOTAL that is actually a SUM of the CUMULATIVE SUM of a measure I made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As you can see in the table above the TOTAL is actually the last value I have, I understand the reason for this and I know that this is the correct total but for the purpose I need I have to add up all the values for each month, no it needs to be in this total field of the table actually for me it would be even better to put the TOTAL on a card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cumulative by Month = Calculate(Count('resources'[id]), FILTER(ALL('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date]))) * Calculate(COUNT(order[id])* MIN(Costs[Cost]), Filter(ALLSELECTED('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date])))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 16:48:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-have-a-total-sum-of-the-cumulative-sums-of-a-measure/m-p/2386775#M61874</guid>
      <dc:creator>rodrigonogueir4</dc:creator>
      <dc:date>2022-03-10T16:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to have a total sum of the cumulative sums of a measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-have-a-total-sum-of-the-cumulative-sums-of-a-measure/m-p/2387064#M61903</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="365779" data-lia-user-login="rodrigonogueir4" class="lia-mention lia-mention-user"&gt;rodrigonogueir4&lt;/a&gt; , Try like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;sumx(Values('Calendar'[month year]) ,Cumulative by Month = Calculate(Count('resources'[id]), FILTER(ALL('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date]))) * Calculate(COUNT(order[id])* MIN(Costs[Cost]), Filter(ALLSELECTED('Calendar'), 'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date]))) )&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 18:10:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-have-a-total-sum-of-the-cumulative-sums-of-a-measure/m-p/2387064#M61903</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-10T18:10:23Z</dc:date>
    </item>
  </channel>
</rss>

