<?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: MTD/QTD/ROY Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3998242#M155548</link>
    <description>&lt;P&gt;Hi Liu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to fix the QTD, was missing this "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Margin &amp;nbsp;Sheet 2024'&lt;/SPAN&gt;&lt;SPAN&gt;[Install Date]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TodayDate&lt;/SPAN&gt;&lt;SPAN&gt;))"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I would love to share my data, but then I will have to re-do everything, the time intelligence is the last part of my project. but I can share images if there is a part you want to see. Thank you for your understanding!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Also, what I am trying to accomplish here is to show the next quarter and the remaining of the year starting July to December of this year.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So my manager can focus of the remaining of the year by adding the (%) and error and forecast the next leads and revenue for 2024.&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 18 Jun 2024 12:54:00 GMT</pubDate>
    <dc:creator>CuriousGuy001</dc:creator>
    <dc:date>2024-06-18T12:54:00Z</dc:date>
    <item>
      <title>MTD/QTD/ROY Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3996811#M155368</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into a problem with the MTD/QTD/ROY selection, the ROY stands for Remaining of the Year, for a forecast calculation. Whenever I click on the QTD and ROY it doesn't return the result I am looking for, while the MTD does. The Dax calculation is,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;, the problem is below, I want to return to the remaining of the month of year and able to use prediction for sales and leads&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and the relationship model,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 19:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3996811#M155368</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-06-17T19:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: MTD/QTD/ROY Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3997706#M155470</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="736750" data-lia-user-login="CuriousGuy001" class="lia-mention lia-mention-user"&gt;CuriousGuy001&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CALEDAR() function of the two parameters are date type, but your RemainingOFtheYear to find out the number of days of the two dates, is a numerical type, if your RemainingOFtheYear want to seek the first day of the current year, you can use Date(Year(Today()),1,1)&lt;/P&gt;
&lt;P&gt;If your QuaterStart wants to find the first day of the current quarter, you can use the function with &amp;amp;&amp;amp;QUARTER('Forcast_Plan_2024'[Year 2024])=MAX(QUARTER('Forcast_Plan_2024'[Year 2024])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 07:42:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3997706#M155470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-18T07:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: MTD/QTD/ROY Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3998242#M155548</link>
      <description>&lt;P&gt;Hi Liu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to fix the QTD, was missing this "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Margin &amp;nbsp;Sheet 2024'&lt;/SPAN&gt;&lt;SPAN&gt;[Install Date]&lt;/SPAN&gt;&lt;SPAN&gt;)=&lt;/SPAN&gt;&lt;SPAN&gt;QUARTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TodayDate&lt;/SPAN&gt;&lt;SPAN&gt;))"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I would love to share my data, but then I will have to re-do everything, the time intelligence is the last part of my project. but I can share images if there is a part you want to see. Thank you for your understanding!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Also, what I am trying to accomplish here is to show the next quarter and the remaining of the year starting July to December of this year.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So my manager can focus of the remaining of the year by adding the (%) and error and forecast the next leads and revenue for 2024.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2024 12:54:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MTD-QTD-ROY-Dax/m-p/3998242#M155548</guid>
      <dc:creator>CuriousGuy001</dc:creator>
      <dc:date>2024-06-18T12:54:00Z</dc:date>
    </item>
  </channel>
</rss>

