<?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: calculate ytd in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273688#M55393</link>
    <description>&lt;P&gt;Can you provide a demo file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certainly can be done but needs a lot of the logic writing from scratch.&lt;/P&gt;</description>
    <pubDate>Sat, 08 Jan 2022 19:32:02 GMT</pubDate>
    <dc:creator>bcdobbs</dc:creator>
    <dc:date>2022-01-08T19:32:02Z</dc:date>
    <item>
      <title>calculate ytd</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273589#M55383</link>
      <description>&lt;P&gt;i have two measures of year start date and year end date and i also have total sales but need to calculate ytd with those two measures i cant find correct dax expression for that please help.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 11:59:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273589#M55383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-08T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: calculate ytd</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273600#M55385</link>
      <description>&lt;P&gt;At it's simplest you can do something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TOTALYTD (         
    [Sales Amount],
    'Date'[Date]      
)&lt;/LI-CODE&gt;&lt;P&gt;You do however need a date table. Have a look at:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_self"&gt;https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;From your description however I'm not certain on your requirements. If you provided a demo file I'm sure we can help more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 12:47:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273600#M55385</guid>
      <dc:creator>bcdobbs</dc:creator>
      <dc:date>2022-01-08T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: calculate ytd</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273604#M55387</link>
      <description>&lt;P&gt;not that simple need to calculate ytd with the two measure as i mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 13:08:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273604#M55387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-08T13:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: calculate ytd</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273688#M55393</link>
      <description>&lt;P&gt;Can you provide a demo file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certainly can be done but needs a lot of the logic writing from scratch.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jan 2022 19:32:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculate-ytd/m-p/2273688#M55393</guid>
      <dc:creator>bcdobbs</dc:creator>
      <dc:date>2022-01-08T19:32:02Z</dc:date>
    </item>
  </channel>
</rss>

