<?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: Comparison of Running Totals in Fiscal Years in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/991092#M12307</link>
    <description>&lt;P&gt;I did more of a workaround which turned out to be working just fine. Comparing months dynamically.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Mar 2020 13:29:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-25T13:29:15Z</dc:date>
    <item>
      <title>Comparison of Running Totals in Fiscal Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/982664#M12028</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm comparing Cumulative Sales (GMV) across two fiscal years in the area chart visual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My measure for the Cumulative Sales that works as expected showing Cumulative GMV up to today's date:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cumulative GMV = 
VAR LastSalesDate = CALCULATE( MAX( 'FY19+FY20'[RecRev Time]), ALL('FY19+FY20'))

RETURN
IF(SELECTEDVALUE('Date table'[Date]) &amp;gt; LastSalesDate, BLANK(),
CALCULATE([Total GMV],
    FILTER(ALLSELECTED('Date table'[Date]),
         'Date table'[Date]&amp;lt;=MAX('Date table'[Date]))))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm comparing two Fiscal Years , FY19 (Oct 2018-Sep 2019) and FY20 (Oct 2019-Sep 2020) and I built my own Date Table.&lt;/P&gt;&lt;P&gt;My goal is to get both FYs onto x axis and show comparison. So far I've put the following:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The area chart works fine for two consecutive FYs, however, I'd like FY20 to show from the start up to today's date. I like this chart a lot because when you hover over the lines, it shows individual days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below, I have only months on axis sorted by fiscal month , but the numbers and chart are wrong&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 18:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/982664#M12028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-19T18:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Running Totals in Fiscal Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/982980#M12031</link>
      <description>&lt;P&gt;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 00:00:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/982980#M12031</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-20T00:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Running Totals in Fiscal Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/984056#M12053</link>
      <description>&lt;P&gt;&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;&amp;nbsp;Thanks for this. Wish it helped answering my question.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2020 13:00:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/984056#M12053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-20T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Running Totals in Fiscal Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/984097#M12055</link>
      <description>Would be happy to help but I am not going to hand type in source data to try to emulate the issue here and get a solution. Sample source data as text please.</description>
      <pubDate>Fri, 20 Mar 2020 13:28:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/984097#M12055</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-20T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison of Running Totals in Fiscal Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/991092#M12307</link>
      <description>&lt;P&gt;I did more of a workaround which turned out to be working just fine. Comparing months dynamically.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Mar 2020 13:29:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Comparison-of-Running-Totals-in-Fiscal-Years/m-p/991092#M12307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-25T13:29:15Z</dc:date>
    </item>
  </channel>
</rss>

