<?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: DAX code - Disaggregates cummulative values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/786467#M4341</link>
    <description>&lt;P&gt;Thanks for your reply. I tryed to replacate your formula but all I get is the same content of "Orders_to_Date" column, see:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please advise. Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 08 Sep 2019 17:00:43 GMT</pubDate>
    <dc:creator>Juarenga</dc:creator>
    <dc:date>2019-09-08T17:00:43Z</dc:date>
    <item>
      <title>DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/782983#M4188</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm having trouble figuring out the right DAX coding here. I want to calculate a column that disaggregates the cummulative values which are the known values. For instance, my table has the following fields: Product_ID, Orders_to_date, and Date. Orders_to_date has the cummulative total of orders the product has acummulated until that date. Now I need a DAX code that substracts Orders_to_date(t-1) from Orders_to_date(t) for each product and date in the source table. Hope the pic bellow helps to explains it better.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 03:57:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/782983#M4188</guid>
      <dc:creator>Juarenga</dc:creator>
      <dc:date>2019-09-04T03:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/783007#M4189</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 04:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/783007#M4189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-04T04:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/786467#M4341</link>
      <description>&lt;P&gt;Thanks for your reply. I tryed to replacate your formula but all I get is the same content of "Orders_to_Date" column, see:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Please advise. Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2019 17:00:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/786467#M4341</guid>
      <dc:creator>Juarenga</dc:creator>
      <dc:date>2019-09-08T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1020816#M13187</link>
      <description>&lt;P&gt;i have a similar issue, did you fix it?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 16:05:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1020816#M13187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-11T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1021013#M13205</link>
      <description>Even though it's doable in DAX, you should do it in Power Query. This is where such calculations belong and are easy.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Sat, 11 Apr 2020 23:37:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1021013#M13205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-11T23:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1021014#M13206</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PREVIOUSDAY is a time-intel function and works correctly only on proper Date tables, not on any arbitrary tables.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 23:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1021014#M13206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-11T23:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: DAX code - Disaggregates cummulative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1023245#M13287</link>
      <description>&lt;P&gt;yeah,&amp;nbsp; i went back to power query and add a column with the date -1 day, after that i create another column with the data of that day and the column for the difference&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 19:50:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-code-Disaggregates-cummulative-values/m-p/1023245#M13287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-13T19:50:36Z</dc:date>
    </item>
  </channel>
</rss>

