<?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: % Average Quarter to Date starting from the beginning each quarter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813829#M38344</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt; ,with help from date table and time intelligence you can try &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QTD = CALCULATE([% of KEMS],DATESQTD(('Date'[Date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YTD = CALCULATE([% of KEMS],DATESYTD('Date'[Date],"12/31"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI — Year on Year with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=km41KfM_0uA" target="_blank"&gt;https://www.youtube.com/watch?v=km41KfM_0uA&lt;/A&gt;&lt;BR /&gt;Power BI — Qtr on Qtr with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-qtd-questions-time-intelligence-2-5-d842063da839" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-qtd-questions-time-intelligence-2-5-d842063da839&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=8-TlVx7P0A0" target="_blank"&gt;https://www.youtube.com/watch?v=8-TlVx7P0A0&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 10:07:52 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-04-29T10:07:52Z</dc:date>
    <item>
      <title>% Average Quarter to Date starting from the beginning each quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813798#M38341</link>
      <description>&lt;P&gt;I have a simple excel table to show the calculations needed. I don´t know how to calculate a Average (green row) from a previous measure (% of HCP Met).&lt;/P&gt;&lt;P class="lia-align-left"&gt;It´s a Quarter toDate or Year to Date&amp;nbsp;Average and in this case for the next quarter (Qtr2) the value resets and the running total goes on computing the values.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a measure for this?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:18:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813798#M38341</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-04-29T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: % Average Quarter to Date starting from the beginning each quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813829#M38344</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt; ,with help from date table and time intelligence you can try &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QTD = CALCULATE([% of KEMS],DATESQTD(('Date'[Date])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YTD = CALCULATE([% of KEMS],DATESYTD('Date'[Date],"12/31"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI — Year on Year with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=km41KfM_0uA" target="_blank"&gt;https://www.youtube.com/watch?v=km41KfM_0uA&lt;/A&gt;&lt;BR /&gt;Power BI — Qtr on Qtr with or Without Time Intelligence &lt;BR /&gt;&lt;A href="https://medium.com/@amitchandak.1978/power-bi-qtd-questions-time-intelligence-2-5-d842063da839" target="_blank"&gt;https://medium.com/@amitchandak.1978/power-bi-qtd-questions-time-intelligence-2-5-d842063da839&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=8-TlVx7P0A0" target="_blank"&gt;https://www.youtube.com/watch?v=8-TlVx7P0A0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:07:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813829#M38344</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-04-29T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: % Average Quarter to Date starting from the beginning each quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813887#M38347</link>
      <description>&lt;P&gt;Thanks for this it works for half of my problem, but (0,29+0,36)/2 should be 0,33, right?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:34:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813887#M38347</guid>
      <dc:creator>rmeng</dc:creator>
      <dc:date>2021-04-29T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: % Average Quarter to Date starting from the beginning each quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813900#M38348</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="188484" data-lia-user-login="rmeng" class="lia-mention lia-mention-user"&gt;rmeng&lt;/a&gt; , Try like&lt;/P&gt;
&lt;P&gt;QTD = CALCULATE(AverageX(values('Date'[Month Year]),[% of KEMS]),DATESQTD(('Date'[Date])))&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:39:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-Quarter-to-Date-starting-from-the-beginning-each-quarter/m-p/1813900#M38348</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-04-29T10:39:56Z</dc:date>
    </item>
  </channel>
</rss>

