<?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: showing the MTD and YTD values based on Year filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852395#M91511</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was clear now and it's already working.Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 02:34:30 GMT</pubDate>
    <dc:creator>kristel_tulio</dc:creator>
    <dc:date>2022-10-20T02:34:30Z</dc:date>
    <item>
      <title>showing the MTD and YTD values based on Year filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852244#M91500</link>
      <description>&lt;P&gt;Hi I would like to ask for help. My calc doesn't work I tried using DATESMTD, TOTALMTD, DATESYTD, TOTALYTD but the values are not showing for current year.&amp;nbsp;&amp;nbsp;I do have Date table and the Estimate summaries table but when I put my calc in gauge graph then select the current year it's not working anymore. But if I use a table chart and put month on it the data will show.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use gauge graph and show the MTD or YTD based on the selected year in my filter.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Utilisation %&lt;/STRONG&gt; =&lt;BR /&gt;DIVIDE([chargeable hours],[Client Hours],0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MTD Utilisation%&lt;/STRONG&gt; =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM(EstimateSummaries[Actual Hours]),&lt;BR /&gt;DATESMTD(Dates[Date])&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YTD Utilisation %&lt;/STRONG&gt; =&lt;BR /&gt;CALCULATE([Utilisation %], DATESYTD(Dates[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 00:34:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852244#M91500</guid>
      <dc:creator>kristel_tulio</dc:creator>
      <dc:date>2022-10-20T00:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: showing the MTD and YTD values based on Year filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852307#M91505</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="438307" data-lia-user-login="kristel_tulio" class="lia-mention lia-mention-user"&gt;kristel_tulio&lt;/a&gt; , Make sure financial year, Month in visual, and slicer are coming from Dates table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MTD will not come as FY23 ending in Dec and you have not selected any month so the last month will be taken by datesmtd and the value for that month is blank.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but datesytd should come as long as you follow these 5-6 rules&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :&lt;A href="https://youtu.be/OBf0rjpp5Hw" target="_blank"&gt;https://youtu.be/OBf0rjpp5Hw&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4" target="_blank"&gt;https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852307#M91505</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-10-20T01:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: showing the MTD and YTD values based on Year filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852395#M91511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was clear now and it's already working.Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 02:34:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/showing-the-MTD-and-YTD-values-based-on-Year-filter/m-p/2852395#M91511</guid>
      <dc:creator>kristel_tulio</dc:creator>
      <dc:date>2022-10-20T02:34:30Z</dc:date>
    </item>
  </channel>
</rss>

