<?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: Quartal vs last year quartal comparison in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946947#M10410</link>
    <description>&lt;P&gt;I have my Calendar modified so it shows all periods for 2020 and now I can see Q vs LY Quartal works.&lt;/P&gt;&lt;P&gt;thanks for a tip and help with that!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 10:53:01 GMT</pubDate>
    <dc:creator>jordanesqu</dc:creator>
    <dc:date>2020-02-25T10:53:01Z</dc:date>
    <item>
      <title>Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945447#M10302</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am trying to build a quartal to quartal comparison eg:&lt;/P&gt;&lt;P&gt;Q1 2020 (Jan+Feb) vs Q1 2019 (Jan+Feb+Mar)&lt;/P&gt;&lt;P&gt;I ve tried with SAMEPERIODLASTYEAR or PREVIOUSQARTER or DATEADD but as a result I always end up with:&lt;/P&gt;&lt;P&gt;Q1 2020 (Jan+Feb) vs Q1 2019 (Jan+Feb) which means I miss in prevoius period the month that is about to come (Mar).&lt;/P&gt;&lt;P&gt;My raw data are on monthly basis. I have created a separate Calendar Table with Date,Year;Month,Quartal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;jordan&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 15:51:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945447#M10302</guid>
      <dc:creator>jordanesqu</dc:creator>
      <dc:date>2020-02-24T15:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945670#M10333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="204766" data-lia-user-login="jordanesqu" class="lia-mention lia-mention-user"&gt;jordanesqu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you kindly put a screenshot of sample data and the desired output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pragati&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 17:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945670#M10333</guid>
      <dc:creator>Pragati11</dc:creator>
      <dc:date>2020-02-24T17:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945678#M10336</link>
      <description>You really want to compare to one more month from the previous year? Everything is, of course, doable but... Why do you want to compare 2 periods out of which one is fully contained in the past and the other has not yet finished? Do you really want to do that?&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Mon, 24 Feb 2020 17:36:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/945678#M10336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-24T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946736#M10394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Data structure looks like that: Date in one column and values in another (what I show is a measure "Area/Total"). Ouput is simple table or matrix.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 08:50:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946736#M10394</guid>
      <dc:creator>jordanesqu</dc:creator>
      <dc:date>2020-02-25T08:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946747#M10396</link>
      <description>Yeah... This picture is almost of no informative value. Can you please show us the formula for the calculation of the PY value? I suspect that you are using the Date column from the above picture instead of a proper Date table (Calendar)....&lt;BR /&gt;&lt;BR /&gt;If you want to know how time-intel is and  should be handled in Power BI, please have a look at this: &lt;A href="https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/" target="_blank"&gt;https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Tue, 25 Feb 2020 08:58:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946747#M10396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-25T08:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946756#M10397</link>
      <description>&lt;P&gt;I know that is it not something common, but thats one of the measures that our guys looking at (they want to know how far it is to reach previus quarter). We have that view in Bex or Excel but I am having troubles to build it in PowerBi. I do not want also to spend an enormous amount of time to build something super complicated but if there is a reasonable solution would be happy to impement that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:01:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946756#M10397</guid>
      <dc:creator>jordanesqu</dc:creator>
      <dc:date>2020-02-25T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946785#M10399</link>
      <description>&lt;P&gt;I have a separate Table (Calendar) for that. On a monthly basis everything works correctly (Act vs LY comparison) but on quarterly basis I am missing this one month from previous period...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Area LY = CALCULATE(SUM('PBI_ZCAC_Dash:GL | Total 2 0'[Area]);SAMEPERIODLASTYEAR('DIM Calendar'[Date]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:10:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946785#M10399</guid>
      <dc:creator>jordanesqu</dc:creator>
      <dc:date>2020-02-25T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946800#M10400</link>
      <description>&lt;P&gt;First, each Calendar should start on the first day of a year and end on the last day of a year. Second, such a calendar must be marked as a DATE TABLE in the model. Then and then only will it be suitable for time-intel calculations. Is your calendar like this?&lt;BR /&gt;&lt;BR /&gt;Your formula is correct for the calculation you are describing. If your calendar is correct, then the formula is correct as well.&lt;BR /&gt;&lt;BR /&gt;Das ist alles, was ich zu Dir sagen kann &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I can even create a quick model with a Calendar and some fact table to demonstrate that the measure indeed will return what you want.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:22:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946800#M10400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-25T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Quartal vs last year quartal comparison</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946947#M10410</link>
      <description>&lt;P&gt;I have my Calendar modified so it shows all periods for 2020 and now I can see Q vs LY Quartal works.&lt;/P&gt;&lt;P&gt;thanks for a tip and help with that!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 10:53:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Quartal-vs-last-year-quartal-comparison/m-p/946947#M10410</guid>
      <dc:creator>jordanesqu</dc:creator>
      <dc:date>2020-02-25T10:53:01Z</dc:date>
    </item>
  </channel>
</rss>

