<?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: YTD Sales WITHOUT Accumulation and LYTD for SAME period in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850639#M39541</link>
    <description>&lt;P&gt;How do you define ytd? Dax seems to be doing it right.&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 08:12:37 GMT</pubDate>
    <dc:creator>rfigtree</dc:creator>
    <dc:date>2021-05-19T08:12:37Z</dc:date>
    <item>
      <title>YTD Sales WITHOUT Accumulation and LYTD for SAME period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850630#M39539</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm am trying to calculate a very basic calculation displaying YTD sales VS LYTD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are my measures:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sales YTD = CALCULATE(Sum(Sales[LineTotal]),DATESYTD('Calendar'[Date],"30/06"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sales LYTD2 = CALCULATE(SUM(Sales[LineTotal]),DATESYTD(dateadd('Calendar'[Date],-1,Year),"30/06"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;As per the above, the calculation accumulates which I dont want. I also do not want June displayed, as this is not YTD. It should stop at May.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How to I get rid of accumulation?&lt;/P&gt;&lt;P&gt;2. How do I display true YTD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wynand&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:07:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850630#M39539</guid>
      <dc:creator>WynandCilliers</dc:creator>
      <dc:date>2021-05-19T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Sales WITHOUT Accumulation and LYTD for SAME period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850639#M39541</link>
      <description>&lt;P&gt;How do you define ytd? Dax seems to be doing it right.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:12:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850639#M39541</guid>
      <dc:creator>rfigtree</dc:creator>
      <dc:date>2021-05-19T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Sales WITHOUT Accumulation and LYTD for SAME period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850644#M39542</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Year to date&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;(YTD) refers to the period of time beginning the first day of the current calendar&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;year&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or fiscal&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;year&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;up to the current&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In my case, Fiscal year ending 30/06&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:12:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850644#M39542</guid>
      <dc:creator>WynandCilliers</dc:creator>
      <dc:date>2021-05-19T08:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Sales WITHOUT Accumulation and LYTD for SAME period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850668#M39543</link>
      <description>&lt;P&gt;Maybe you are missing interpreting what dax thinks the current date is. For example on the august row, the current date is the last t day of august, .... not today's date.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:18:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850668#M39543</guid>
      <dc:creator>rfigtree</dc:creator>
      <dc:date>2021-05-19T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: YTD Sales WITHOUT Accumulation and LYTD for SAME period</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850686#M39544</link>
      <description>&lt;P&gt;Please move on if you cannot assit me.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:20:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/YTD-Sales-WITHOUT-Accumulation-and-LYTD-for-SAME-period/m-p/1850686#M39544</guid>
      <dc:creator>WynandCilliers</dc:creator>
      <dc:date>2021-05-19T08:20:57Z</dc:date>
    </item>
  </channel>
</rss>

