<?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/950860#M10643</link>
    <description>&lt;P&gt;Refer this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/43115" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/43115&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/857660" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/857660&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 11:06:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-27T11:06:28Z</dc:date>
    <item>
      <title>Cumulative Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950682#M10631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really struggling to get my montly sales to cumulative total. I have tried numerous DAX and varations on date tables but still cannot get the data to count cumulatively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to calculate my YTD total sales i have created a DAX as below to filter the relevant rows.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total All Sales YTD = CALCULATE(SUM('Sheet (2)'[Total Sell]), FILTER('Sheet (2)', 'Sheet (2)'[Status] = "S"), filter('Sheet (2)', 'Sheet (2)'[Total Cost]&amp;gt;100))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Could this be affecting my results?&lt;/DIV&gt;&lt;DIV&gt;Below is how the data looks if i put it into a table&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Power BI appears to have already created a date table from my "Invoice Date" column.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;IS there a simple DAX that can count each months sales to create a cumulative total againt month?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance!&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Feb 2020 09:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950682#M10631</guid>
      <dc:creator>JamesGordon</dc:creator>
      <dc:date>2020-02-27T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950860#M10643</link>
      <description>&lt;P&gt;Refer this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/43115" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/43115&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/857660" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Cumulative-Total/m-p/857660&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:06:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950860#M10643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T11:06: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/950875#M10646</link>
      <description>&lt;P&gt;Thanks Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen those posts and this is the result i get.&lt;/P&gt;&lt;P&gt;A side from the values being wrong (because i need to add some filters) they are still not adding cumulatively?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 11:21:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950875#M10646</guid>
      <dc:creator>JamesGordon</dc:creator>
      <dc:date>2020-02-27T11:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950931#M10658</link>
      <description>What does EARLIER do in the measure?&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Thu, 27 Feb 2020 12:14:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950931#M10658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T12:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950932#M10659</link>
      <description>To be able to create YTD measures you need to have a calendar in your model. Having dates in your fact tables and operating on them directly is a sure way to fail.&lt;BR /&gt;&lt;BR /&gt;Please follow the guidelines of dimensional design (star schema) and you'll be writing simple and correct DAX in no time.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Thu, 27 Feb 2020 12:17:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Total/m-p/950932#M10659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-27T12:17:49Z</dc:date>
    </item>
  </channel>
</rss>

