<?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 Repeat Q1 in year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972178#M43343</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to have measure that repeat value of Q1 of every year for every quarter of every year:&lt;BR /&gt;31.03.2020 value of Q1/2020&lt;BR /&gt;30.06.2020 value of Q1/2020&lt;BR /&gt;30.09.2020 value of Q1/2020&lt;BR /&gt;31.12.2020 value of Q1/2020&lt;BR /&gt;31.03.2021 value of Q1/2021&lt;BR /&gt;30.06.2021 value of Q1/2021&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;How can I make that?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 07:08:26 GMT</pubDate>
    <dc:creator>olijo</dc:creator>
    <dc:date>2021-07-22T07:08:26Z</dc:date>
    <item>
      <title>Repeat Q1 in year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972178#M43343</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to have measure that repeat value of Q1 of every year for every quarter of every year:&lt;BR /&gt;31.03.2020 value of Q1/2020&lt;BR /&gt;30.06.2020 value of Q1/2020&lt;BR /&gt;30.09.2020 value of Q1/2020&lt;BR /&gt;31.12.2020 value of Q1/2020&lt;BR /&gt;31.03.2021 value of Q1/2021&lt;BR /&gt;30.06.2021 value of Q1/2021&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;How can I make that?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 07:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972178#M43343</guid>
      <dc:creator>olijo</dc:creator>
      <dc:date>2021-07-22T07:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Q1 in year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972199#M43344</link>
      <description>&lt;P&gt;var _year=year(max(datetable[date])) return calculate(sum(table[sales]),datesinperiod(datetable[date],datevalue(_year&amp;amp;"-1-1"),0,QUARTER))&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 07:15:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972199#M43344</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-07-22T07:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Repeat Q1 in year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972368#M43351</link>
      <description>&lt;P&gt;Dear Daniel, thank you so much!&lt;/P&gt;&lt;P&gt;I did a little modification, the intervali is actually 1 and the date format, but that is it, thanks again:&lt;/P&gt;&lt;P&gt;mera:=&lt;BR /&gt;var _year=year(max(datetable[date]))&lt;BR /&gt;return&lt;BR /&gt;calculate(&lt;BR /&gt;sum(sum(table[sales]);&lt;BR /&gt;datesinperiod(datetable[date];datevalue("31.03."&amp;amp;_year&amp;amp;".");1;QUARTER)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 08:13:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Repeat-Q1-in-year/m-p/1972368#M43351</guid>
      <dc:creator>olijo</dc:creator>
      <dc:date>2021-07-22T08:13:01Z</dc:date>
    </item>
  </channel>
</rss>

