<?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 Measure difference in an table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-difference-in-an-table/m-p/3338063#M125207</link>
    <description>&lt;P&gt;Good day all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently started building dashboards in Power-Bi and I'm now trying to start working with DAX formula's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my dashboard I've created a table, with percentages per month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to make the changes per period vissible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my table;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I created an new colomn which calculates the difference between the last and previous period?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope to hear from you guys.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 08:11:50 GMT</pubDate>
    <dc:creator>sannepenning</dc:creator>
    <dc:date>2023-07-19T08:11:50Z</dc:date>
    <item>
      <title>Measure difference in an table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-difference-in-an-table/m-p/3338063#M125207</link>
      <description>&lt;P&gt;Good day all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently started building dashboards in Power-Bi and I'm now trying to start working with DAX formula's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my dashboard I've created a table, with percentages per month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to make the changes per period vissible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my table;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I created an new colomn which calculates the difference between the last and previous period?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope to hear from you guys.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-difference-in-an-table/m-p/3338063#M125207</guid>
      <dc:creator>sannepenning</dc:creator>
      <dc:date>2023-07-19T08:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Measure difference in an table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-difference-in-an-table/m-p/3338087#M125209</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="591124" data-lia-user-login="sannepenning" class="lia-mention lia-mention-user"&gt;sannepenning&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%last month= CALCULATE([Monthly], PARALLELPERIOD('Calendar'[Date],-1,MONTH))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*I assume that the % values are computed in a measure called Monthly and you are using a Calendar Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then your difference:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;diff= [Monthly]-[%last month]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:23:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-difference-in-an-table/m-p/3338087#M125209</guid>
      <dc:creator>mlsx4</dc:creator>
      <dc:date>2023-07-19T08:23:01Z</dc:date>
    </item>
  </channel>
</rss>

