<?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: Need help comparing Total Value of Expense from Last month vs This Month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1044165#M14046</link>
    <description>&lt;P&gt;Yes Greg, but thanks your explainations above i was able to do this my self. also after doing this i'm facing an issue where in any of the last months data 31st date is not showing. This is not that big of a issue but still couldnt figure our why this is happening also im using Sharepoint as my data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the DAX im using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Month Legend = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __Today = TODAY()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThisMonthMin = DATE(YEAR(__Today),MONTH(__Today),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThisMonthMax = EOMONTH(__Today,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __LastMonthMax = EOMONTH(__Today,-1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __LastMonthMin = DATE(YEAR(__LastMonthMax),MONTH(__LastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __SecondLastMonthMax = EOMONTH(__Today,-2)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __SecondLastMonthMin = DATE(YEAR(__SecondLastMonthMax),MONTH(__SecondLastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThirdLastMonthMax = EOMONTH(__Today,-3)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThirdLastMonthMin = DATE(YEAR(__ThirdLastMonthMax),MONTH(__ThirdLastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH(TRUE(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __ThisMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThisMonthMax,"This Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __LastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __LastMonthMax,"Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __SecondLastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __SecondLastMonthMax,"2nd Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __ThirdLastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThirdLastMonthMax,"3rd Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BLANK()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I was also thinking of comparing Quarters like Last quarter and the last three quarters but the DAX you gave for Quarters is very complex and im unable to crack it yet.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 23 Apr 2020 11:31:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-23T11:31:36Z</dc:date>
    <item>
      <title>Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025759#M13332</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to compare Last Month's Total Value against This Month's Total Value in a Clustered Column Chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest an easy way to do this. following are the two columns I'm trying to get this done with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expense Date&lt;/STRONG&gt; "dates in dd/mm/yyyy format"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt; "value of expense"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be really appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 21:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025759#M13332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T21:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025832#M13334</link>
      <description>&lt;P&gt;So you could create a column like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Month Legend = 
  VAR __Today = TODAY()
  VAR __ThisMonthMin = DATE(YEAR(__Today),MONTH(__Today),1)
  VAR __ThisMonthMax = EOMONTH(__Today,0)
  VAR __LastMonthMax = EOMONTH(__Today,-1)
  VAR __LastMonthMin = DATE(YEAR(__LastMonthMax),MONTH(__LastMonthMax),1)
RETURN
  SWITCH(TRUE(),
    [Expense Date] &amp;gt;= __ThisMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThisMonthMax,"This Month",
    [Expense Date] &amp;gt;= __LastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __LastMonthMax,"Last Month",
    BLANK()
  )
 &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you could use that in your legend.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 22:46:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025832#M13334</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-14T22:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025894#M13341</link>
      <description>&lt;P&gt;Dear Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much your solution worked wonderfully. Although i don't fully understand what is happening in that Formula just did as you instructed and it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also can you please also edit it for quarterly comparision? i would have done it if i understood it fully &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again Greg for helping me out this quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 23:44:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025894#M13341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T23:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025921#M13343</link>
      <description>&lt;P&gt;Sure,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;let me explain what is going on:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Get Today's date using TODAY function&lt;/LI&gt;
&lt;LI&gt;Get the first date of the current month using __Today variable using DATE function. DATE function takes 3 arguments, year, month and day so use YEAR to get the year for __Today, MONTH to get the month of __Today and the first day of the month, 1 (__ThisMonthMin)&lt;/LI&gt;
&lt;LI&gt;EOMONTH returns the date of the end of the month given a date and how many months forward or backward. So the end of the month for __Today is a month offset of 0 (__ThisMonthMax)&lt;/LI&gt;
&lt;LI&gt;For last month, we can use EOMONTH with an offset of -1 to get the last day of last month (__LastMonthMax)&lt;/LI&gt;
&lt;LI&gt;To get the first date of last month, we use our DATE trick from before but use __LastMonthMax instead of __Today (__LastMonthMin)&lt;/LI&gt;
&lt;LI&gt;RETURN statement we use SWITCH(TRUE()...) This is a special version of the SWITCH statement which allows complex logic and avoids nested IF statements. The first line of the SWITCH statements checks to see if the current row's value for the Expense Date column falls within the range of __ThisMonthMin and __ThisMonthMax. If so, it returns "This Month". The next line similar checks for whether&amp;nbsp;the current row's value for the Expense Date column falls within the range of __LastMonthMin and __LastMonthMax. If so, it returns "Last Month". If none of these conditions are true, it returns BLANK.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 15 Apr 2020 00:26:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025921#M13343</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-15T00:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025930#M13344</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;Quarters are more of a pain in my opinion. You would need a numeric "Quarter" column using QUARTER function. Assuiming that exists and is called Quarter I would then probably do something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Quarter Legend = 
  VAR __Today = TODAY()
  VAR __ThisYear = YEAR(__Today)
  VAR __ThisQuarter = QUARTER(__Today)
  VAR __ThisQuarterMin = MINX(FILTER('Table',YEAR([Expense Date]) = __ThisYear &amp;amp;&amp;amp; QUARTER([Expense Date]) = __ThisQuarter),[Expense Date])
  VAR __ThisQuarterMax = MAXX(FILTER('Table',YEAR([Expense Date]) = __ThisYear &amp;amp;&amp;amp; QUARTER([Expense Date]) = __ThisQuarter),[Expense Date])
  VAR __LastQuarter = 
    SWITCH(__ThisQuarter,
      1,4,
      2,1,
      3,2,
      3
    )
  VAR __LastQuarterYear = IF(__ThisQuarter &amp;lt;&amp;gt; 4,__ThisYear,__ThisYear - 1)
  VAR __LastQuarterMin = MINX(FILTER('Table',YEAR([Expense Date]) = __LastQuarterYear &amp;amp;&amp;amp; QUARTER([Expense Date]) = __LastQuarter),[Expense Date])
  VAR __LastQuarterMax = MAXX(FILTER('Table',YEAR([Expense Date]) = __LastQuarterYear &amp;amp;&amp;amp; QUARTER([Expense Date]) = __LastQuarter),[Expense Date])
RETURN
  SWITCH(TRUE(),
    [Expense Date] &amp;gt;= __ThisQuarterMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThisQuarterMax,"This Quarter",
    [Expense Date] &amp;gt;= __LastQuarterMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __LastQuarterMax,"Last Quarter",
    BLANK()
  )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 00:36:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025930#M13344</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-15T00:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025933#M13345</link>
      <description>&lt;P&gt;OK, so apparently you don't need a separate QUARTER column, I just implemented it dynamically within the measure.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 00:37:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025933#M13345</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-15T00:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025978#M13347</link>
      <description>&lt;P&gt;Your Solution for Quarterly Comparsion work wonders again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much Greg and Kudos for for the Best Solution.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 01:40:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1025978#M13347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-15T01:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1038334#M13871</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt; Hello again, Greg can you please help me again I'm trying to make another comparison using the commands you gave as a solution, i want to be able to compare last 4 months in a clustered column chart. Comparison would be like This Month Last Month Second Last Month Third Last Month or in Today's case April, March, February, January. I tried manipulating your commands but was not able to get it working. Would be great if you can help out. Thanks a bunch.</description>
      <pubDate>Tue, 21 Apr 2020 06:15:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1038334#M13871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T06:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1039251#M13890</link>
      <description>&lt;P&gt;Hey&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;- Sorry, coming back up to speed on this, so you want to compare this month to the last four months? Is that correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 12:54:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1039251#M13890</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-21T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help comparing Total Value of Expense from Last month vs This Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1044165#M14046</link>
      <description>&lt;P&gt;Yes Greg, but thanks your explainations above i was able to do this my self. also after doing this i'm facing an issue where in any of the last months data 31st date is not showing. This is not that big of a issue but still couldnt figure our why this is happening also im using Sharepoint as my data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the DAX im using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Month Legend = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __Today = TODAY()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThisMonthMin = DATE(YEAR(__Today),MONTH(__Today),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThisMonthMax = EOMONTH(__Today,0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __LastMonthMax = EOMONTH(__Today,-1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __LastMonthMin = DATE(YEAR(__LastMonthMax),MONTH(__LastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __SecondLastMonthMax = EOMONTH(__Today,-2)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __SecondLastMonthMin = DATE(YEAR(__SecondLastMonthMax),MONTH(__SecondLastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThirdLastMonthMax = EOMONTH(__Today,-3)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR __ThirdLastMonthMin = DATE(YEAR(__ThirdLastMonthMax),MONTH(__ThirdLastMonthMax),1)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH(TRUE(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __ThisMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThisMonthMax,"This Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __LastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __LastMonthMax,"Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __SecondLastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __SecondLastMonthMax,"2nd Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Expense Date] &amp;gt;= __ThirdLastMonthMin &amp;amp;&amp;amp; [Expense Date] &amp;lt;= __ThirdLastMonthMax,"3rd Last Month",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;BLANK()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I was also thinking of comparing Quarters like Last quarter and the last three quarters but the DAX you gave for Quarters is very complex and im unable to crack it yet.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Apr 2020 11:31:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-comparing-Total-Value-of-Expense-from-Last-month-vs/m-p/1044165#M14046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-23T11:31:36Z</dc:date>
    </item>
  </channel>
</rss>

