<?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: Seemingly simple Excel task about Mth-to-Mth change, but really need DAX help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3117596#M110434</link>
    <description>&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 00:38:07 GMT</pubDate>
    <dc:creator>ewu</dc:creator>
    <dc:date>2023-03-08T00:38:07Z</dc:date>
    <item>
      <title>Seemingly simple Excel task about Mth-to-Mth change, but really need DAX help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3113031#M110085</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Really appreciate help - how do I go from the top 2 tables to get the results of the table at the bottom?&lt;/P&gt;&lt;P&gt;Basically it is just a month-to-month change in value, but ... DAX is hard...&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 06:00:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3113031#M110085</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-06T06:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Seemingly simple Excel task about Mth-to-Mth change, but really need DAX help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3113203#M110094</link>
      <description>&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _currentRevenue = CALCULATE(SUM(Customer[Revenue]))
VAR _selectedDate = MAX(Customer[Month])
VAR _prevDate = CALCULATE(MAX(Customer[Month]),Customer[Month]&amp;lt; _selectedDate)
VAR _prevRevenue = CALCULATE(SUM(Customer[Revenue]),ALL(Customer[Month]),Customer[Month]=_prevDate)
RETURN IF(_prevRevenue = 0 ,1, (_currentRevenue - _prevRevenue)/_prevRevenue)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 07:49:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3113203#M110094</guid>
      <dc:creator>DAXDigger</dc:creator>
      <dc:date>2023-03-06T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Seemingly simple Excel task about Mth-to-Mth change, but really need DAX help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3117596#M110434</link>
      <description>&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 00:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Seemingly-simple-Excel-task-about-Mth-to-Mth-change-but-really/m-p/3117596#M110434</guid>
      <dc:creator>ewu</dc:creator>
      <dc:date>2023-03-08T00:38:07Z</dc:date>
    </item>
  </channel>
</rss>

