<?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 for last month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1469572#M27884</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2020 13:57:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-02T13:57:11Z</dc:date>
    <item>
      <title>Cumulative total for last month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1468282#M27838</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;I want to build a table to compare the cumulative sales of the current month to the sales of last month. The problem is when I calculate de sales from last month my table shows only the values based on the day of the current month. For example, this month I have sales from day 1 to day 17, which is right. But form the last month I what to show the cumulative sales from day 1 to day 30 and not until day 17 as below.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 02:44:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1468282#M27838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-02T02:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for last month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1468307#M27839</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , Try like&lt;/P&gt;
&lt;P&gt;Last MTD QTY forced= &lt;BR /&gt;var _max1 = maxx(allselected('Date')'Date'[Date])&lt;BR /&gt;var _max = date(year(_max1),month(_max1)-1,day(_max1))&lt;BR /&gt;return&lt;BR /&gt;CALCULATE(Sum('order'[Qty]),DATESMTD(dateadd('Date'[Date],-1,year)),'Date'[Date]&amp;lt;=_max)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 02:53:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1468307#M27839</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-02T02:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for last month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1469572#M27884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your help!!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-last-month/m-p/1469572#M27884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-02T13:57:11Z</dc:date>
    </item>
  </channel>
</rss>

