<?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 Calculated column for getting difference between current and previous values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075002#M15065</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have issue with getting my calculated column to calculate the difference between current vs previous row/date&lt;/P&gt;&lt;P&gt;See the screenshot, what i want to achieve is that :&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Difference between Qty for 6-Feb for Area PCBA_4C with 0-29 Days aging with the one in 5-Feb would be 41-4 = 37&lt;/P&gt;&lt;P&gt;ReportDate&amp;nbsp; &amp;nbsp;Area&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Aging&amp;nbsp; &amp;nbsp; Qty&amp;nbsp; &amp;nbsp; &amp;nbsp;PrevValue&amp;nbsp; &amp;nbsp; Difference&lt;/P&gt;&lt;P&gt;5-Feb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PCBA_4C&amp;nbsp; &amp;nbsp; &amp;nbsp; 0-29&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;6-Feb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PCBA_4C&amp;nbsp; &amp;nbsp; &amp;nbsp; 0-29&amp;nbsp; &amp;nbsp; &amp;nbsp; 41&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 37 ---&amp;gt; 41(currrent) - 4(previousrowday) *bear in mind it should not be date-1 date earlier might not be in the record&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far my dax to get the prev value isnot working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I already assigned Index for each row but not working.&lt;/P&gt;&lt;P&gt;Appreciate any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PrevValue = SUMX(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var myIndex = Fact_CUST_TB_WIP_BONEPILE_INOUT[Index]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var myRecord = Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var previousIndex = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;max(Fact_CUST_TB_WIP_BONEPILE_INOUT[Index]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Fact_CUST_TB_WIP_BONEPILE_INOUT,Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY] = myRecord &amp;amp;&amp;amp; Fact_CUST_TB_WIP_BONEPILE_INOUT[Index] &amp;lt; myIndex )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var previousqty = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAX( Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY] ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filter (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT[Index] = previousIndex &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; Fact_CUST_TB_WIP_BONEPILE_INOUT[REPORT_DATE] = myRecord&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;return previousIndex&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2020 07:17:43 GMT</pubDate>
    <dc:creator>rubymaya</dc:creator>
    <dc:date>2020-05-06T07:17:43Z</dc:date>
    <item>
      <title>Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075002#M15065</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;I have issue with getting my calculated column to calculate the difference between current vs previous row/date&lt;/P&gt;&lt;P&gt;See the screenshot, what i want to achieve is that :&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Difference between Qty for 6-Feb for Area PCBA_4C with 0-29 Days aging with the one in 5-Feb would be 41-4 = 37&lt;/P&gt;&lt;P&gt;ReportDate&amp;nbsp; &amp;nbsp;Area&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Aging&amp;nbsp; &amp;nbsp; Qty&amp;nbsp; &amp;nbsp; &amp;nbsp;PrevValue&amp;nbsp; &amp;nbsp; Difference&lt;/P&gt;&lt;P&gt;5-Feb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PCBA_4C&amp;nbsp; &amp;nbsp; &amp;nbsp; 0-29&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/P&gt;&lt;P&gt;6-Feb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PCBA_4C&amp;nbsp; &amp;nbsp; &amp;nbsp; 0-29&amp;nbsp; &amp;nbsp; &amp;nbsp; 41&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 37 ---&amp;gt; 41(currrent) - 4(previousrowday) *bear in mind it should not be date-1 date earlier might not be in the record&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far my dax to get the prev value isnot working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I already assigned Index for each row but not working.&lt;/P&gt;&lt;P&gt;Appreciate any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PrevValue = SUMX(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var myIndex = Fact_CUST_TB_WIP_BONEPILE_INOUT[Index]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var myRecord = Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var previousIndex = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;max(Fact_CUST_TB_WIP_BONEPILE_INOUT[Index]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Fact_CUST_TB_WIP_BONEPILE_INOUT,Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY] = myRecord &amp;amp;&amp;amp; Fact_CUST_TB_WIP_BONEPILE_INOUT[Index] &amp;lt; myIndex )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var previousqty = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE( &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MAX( Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY] ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;filter (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Fact_CUST_TB_WIP_BONEPILE_INOUT[Index] = previousIndex &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; Fact_CUST_TB_WIP_BONEPILE_INOUT[REPORT_DATE] = myRecord&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;return previousIndex&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 07:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075002#M15065</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T07:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075109#M15067</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182885" data-lia-user-login="rubymaya" class="lia-mention lia-mention-user"&gt;rubymaya&lt;/a&gt; , with a date table try calculation like these &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Last Day Non Continous = CALCULATE(sum('order'[Qty]),filter(all(Table),Table[Date] =MAXX(FILTER(all(Table),Table[Date]&amp;lt;max(Table[Date])),Table[Date])))&lt;BR /&gt;Day behind Sales = CALCULATE(SUM(Sales[Sales Amount]),dateadd(Table[Date],-1,Day))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer : &lt;BR /&gt;&lt;A href="https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions" target="_blank"&gt;https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi" target="_blank"&gt;https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 07:42:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075109#M15067</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-05-06T07:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075250#M15072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you mean, i have to create 2 New Columns?&lt;/P&gt;&lt;P&gt;I have error with the first block :&lt;/P&gt;&lt;P&gt;Would you mind using my tables as example :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Col1 = CALCULATE( sum(Fact_CUST_TB_WIP_BONEPILE_INOUT[QTY]),FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALL(Fact_CUST_TB_WIP_BONEPILE_INOUT),Fact_CUST_TB_WIP_BONEPILE_INOUT[REPORT_DATE].[Date] = MAXX(FILTER(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;all(Fact_CUST_TB_WIP_BONEPILE_INOUT), Fact_CUST_TB_WIP_BONEPILE_INOUT[REPORT_DATE].[Date] &amp;lt; MAX(Fact_CUST_TB_WIP_BONEPILE_INOUT[REPORT_DATE].[Date])))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 May 2020 08:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075250#M15072</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T08:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075389#M15074</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="182885" data-lia-user-login="rubymaya" class="lia-mention lia-mention-user"&gt;rubymaya&lt;/a&gt; , both are new measures&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 09:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075389#M15074</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-05-06T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075507#M15078</link>
      <description>&lt;P&gt;Ok, would you tell a little bit what it does, i still cant get the brackets right in the measure,...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 09:40:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075507#M15078</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T09:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075593#M15080</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ok i parse the error, but the value is not correct, it doesnt group by area and aging_day, see below screenshot&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 09:58:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075593#M15080</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T09:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075686#M15085</link>
      <description>&lt;P&gt;Hi Amit,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant find the pattern, but sometimes it works when i swap the fields in between, for eg : when i drag the qty, the measure disappear, when i remove the qty it appears back,...&amp;nbsp; see 2 screenshots below appear, then disappear&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have relationship between fact table that we calculate and bridge 'table'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 10:38:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075686#M15085</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T10:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075693#M15086</link>
      <description>&lt;P&gt;omg, im looking at the first column, for sure&amp;nbsp; there will be no value coz it s the first one&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 10:42:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1075693#M15086</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-06T10:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1077650#M15148</link>
      <description>&lt;P&gt;Thx Amit, I think it;s for working now, would you mind to explain a little bit.&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 01:07:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1077650#M15148</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-07T01:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated column for getting difference between current and previous values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1089212#M15691</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;Is it possible to ignore Column Category from the pivot in terms of calculation, but still showing them on Pivot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EG: If I show WW column, every Monday, it will not minus the qty from Sunday previous week. How do I address this because we still want to show the WW&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 07:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculated-column-for-getting-difference-between-current-and/m-p/1089212#M15691</guid>
      <dc:creator>rubymaya</dc:creator>
      <dc:date>2020-05-14T07:34:05Z</dc:date>
    </item>
  </channel>
</rss>

