<?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>Jay92SG Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>Jay92SG Tracker</description>
    <pubDate>Fri, 18 Sep 2026 09:06:54 GMT</pubDate>
    <dc:date>2026-09-18T09:06:54Z</dc:date>
    <item>
      <title>Calculate difference between current month and previous month for cumulative data</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Calculate-difference-between-current-month-and-previous-month/m-p/3383010#M1125612</link>
      <description>&lt;P&gt;Hi, i have a report that i can extract on a monthly basis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Asset ID&amp;nbsp; &amp;nbsp; &amp;nbsp; Transaction&lt;BR /&gt;1 Dec 2022&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;1 Jan 2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1000&lt;BR /&gt;1 Feb 2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1000&lt;BR /&gt;1 Mar 2023&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;123&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1000&lt;BR /&gt;&lt;BR /&gt;I need to get the monthly additions for Mar 2023, i will need to take the transaction for Mar23 (1000) and deduct Feb23 (1000) to get 0 additions. It would mean that for Jan23, it is $1000 addition using Jan23 (1000) -&amp;nbsp; Dec22(0).&lt;BR /&gt;&lt;BR /&gt;the report is a long list with many different asset ID. can anyone help me? i have tried the below but doesnt work. I am thinking i will need to summarize by asset ID first, and for each row, compute the difference by looking up to the previous month transaction.&amp;nbsp;&lt;BR /&gt;AdditionCM = (CALCULATE( sum(ZFA0006[Transaction]) , LASTDATE(ZFA0006[Date])) )- (CALCULATE( sum(ZFA0006[Transaction]) , PREVIOUSMONTH(ZFA0006[Date])) )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 14:41:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Calculate-difference-between-current-month-and-previous-month/m-p/3383010#M1125612</guid>
      <dc:creator>Jay92SG</dc:creator>
      <dc:date>2023-08-16T14:41:48Z</dc:date>
    </item>
  </channel>
</rss>

