<?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 TOTALYTD year_end_date issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407511#M26021</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am new to DAX and seem to be struggling with the basics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our company operate around a financial calendar (01 Sep - 31 Aug). I believe I should be able to calculate the YTD offset to this period and have been playing around with the TOTALYTD() DAX function.&lt;/P&gt;&lt;P&gt;Can anyone easily spot what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have understood it correctly, I am expecting to see month 1 (Sept) with the lowest value, with each successive month accumulating until month 12 (Aug). I seem to be getting the default calendar behaviour.&lt;/P&gt;&lt;P&gt;I have tried reversing the month and year "31/12" but that doesn't help and the documentation suggests what I did&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oli&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 13:54:10 GMT</pubDate>
    <dc:creator>music43</dc:creator>
    <dc:date>2020-10-01T13:54:10Z</dc:date>
    <item>
      <title>TOTALYTD year_end_date issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407511#M26021</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am new to DAX and seem to be struggling with the basics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our company operate around a financial calendar (01 Sep - 31 Aug). I believe I should be able to calculate the YTD offset to this period and have been playing around with the TOTALYTD() DAX function.&lt;/P&gt;&lt;P&gt;Can anyone easily spot what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have understood it correctly, I am expecting to see month 1 (Sept) with the lowest value, with each successive month accumulating until month 12 (Aug). I seem to be getting the default calendar behaviour.&lt;/P&gt;&lt;P&gt;I have tried reversing the month and year "31/12" but that doesn't help and the documentation suggests what I did&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oli&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:54:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407511#M26021</guid>
      <dc:creator>music43</dc:creator>
      <dc:date>2020-10-01T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: TOTALYTD year_end_date issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407624#M26030</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="26950" data-lia-user-login="music43" class="lia-mention lia-mention-user"&gt;music43&lt;/a&gt; instead of 12/31 give 8/31&lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;TOTALYTD(Sum('order'[Qty]),'Date'[Date] ,"8/31")&lt;/P&gt;
&lt;P&gt;YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"8/31"))&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407624#M26030</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-01T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: TOTALYTD year_end_date issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407659#M26033</link>
      <description>&lt;P&gt;Well I feel stupid! Can you tell that I had a late night last night?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 14:48:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOTALYTD-year-end-date-issue/m-p/1407659#M26033</guid>
      <dc:creator>music43</dc:creator>
      <dc:date>2020-10-01T14:48:02Z</dc:date>
    </item>
  </channel>
</rss>

