<?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: dax YTD and PTD (project to date) time intelligence w/o using slicer / filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-YTD-and-PTD-project-to-date-time-intelligence-w-o-using/m-p/2913686#M95291</link>
    <description>&lt;P&gt;Please supply sample and representative(!) data. Paste a link to a file on a shared drive (OneDrive, Google Drive...). Don't forget to set permissions correctly.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 19:58:20 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-11-17T19:58:20Z</dc:date>
    <item>
      <title>dax YTD and PTD (project to date) time intelligence w/o using slicer / filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-YTD-and-PTD-project-to-date-time-intelligence-w-o-using/m-p/2913528#M95277</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;this is my first post here so please bare with me if the data I post is not sufficient or if I´m not clear enough.&lt;/P&gt;&lt;P&gt;I´m working on a project reporting, so my goal is to have a visual like the screenshot below:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;(PTD = project to date = all budget / expenditure from the beginning of the project to date)&lt;/P&gt;&lt;P&gt;I´m aware that the following measure will work for YTD, but this measure requires a slicer / filter:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Budget YTD EUR = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[Budget EUR]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;all&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;Max&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So when I use a slicer / set a filter for 2022, the YTD calculation will work, but this will make the PTD (project to date) calculation not work.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I´m wondering if there is a measure which allows me to determine the beginning and end date of the period considered.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Screenshot below shows the tables used:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Please let me know if you need further information or clarification.&lt;/DIV&gt;&lt;DIV&gt;Your help is very much appreciated.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Nov 2022 18:25:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-YTD-and-PTD-project-to-date-time-intelligence-w-o-using/m-p/2913528#M95277</guid>
      <dc:creator>Tobsi</dc:creator>
      <dc:date>2022-11-17T18:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: dax YTD and PTD (project to date) time intelligence w/o using slicer / filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-YTD-and-PTD-project-to-date-time-intelligence-w-o-using/m-p/2913686#M95291</link>
      <description>&lt;P&gt;Please supply sample and representative(!) data. Paste a link to a file on a shared drive (OneDrive, Google Drive...). Don't forget to set permissions correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 19:58:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dax-YTD-and-PTD-project-to-date-time-intelligence-w-o-using/m-p/2913686#M95291</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-17T19:58:20Z</dc:date>
    </item>
  </channel>
</rss>

