<?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: Help with Dax measure for target counts per quarter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2441589#M65397</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for this solution. Everything worked as expected.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 20:06:02 GMT</pubDate>
    <dc:creator>yve214</dc:creator>
    <dc:date>2022-04-06T20:06:02Z</dc:date>
    <item>
      <title>Help with Dax measure for target counts per quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2406357#M63192</link>
      <description>&lt;P&gt;If I am given a target per quarter for a report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance&lt;/P&gt;&lt;P&gt;Q1 = 6,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2 = 6,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q3 = 6,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q4 = 6&lt;/P&gt;&lt;P&gt;so basically for each calendar quarter I am given a standard 6 total of sale items.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i get the rolling total say I select February 5th. I am assuming those 6 will be divided by 90 days for me to get an accrued exact target from quarter start to feb 5th, approx. 2.4 items, or if i selected April 2nd, I should expect approx. 5.52. assuming I am drividing the target (6) by (90 days) of each quarter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to select a particular date and I get like the qtd rolling total of the target. I know I could assign variables for each quarter and then return the conditions to which I want them, but i dont think that works the way I want it. Please advise, thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 09:55:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2406357#M63192</guid>
      <dc:creator>yve214</dc:creator>
      <dc:date>2022-03-21T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Dax measure for target counts per quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2406437#M63198</link>
      <description>&lt;P&gt;You could try multiplying your calculated daily target by COUNTROWS(DATESQTD('Date'[Date])).&lt;/P&gt;&lt;P&gt;And if you wanted to get the actual number of days in the chosen quarter, rather than assuming a flat 90, you could try something like&lt;/P&gt;&lt;PRE&gt;Days in quarter = CALCULATE( COUNTROWS('Date'), REMOVEILTERS('Date'), &lt;BR /&gt;    'Date'[Year] = SELECTEDVALUE('Date'[Year]) &amp;amp;&amp;amp; 'Date'[Quarter] = SELECTEDVALUE('Date'[Quarter]))&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Mar 2022 10:34:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2406437#M63198</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-03-21T10:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Dax measure for target counts per quarter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2441589#M65397</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for this solution. Everything worked as expected.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 20:06:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-Dax-measure-for-target-counts-per-quarter/m-p/2441589#M65397</guid>
      <dc:creator>yve214</dc:creator>
      <dc:date>2022-04-06T20:06:02Z</dc:date>
    </item>
  </channel>
</rss>

