<?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 Date range dynamicaly in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080279#M107316</link>
    <description>&lt;P&gt;I have 3 months data.&lt;/P&gt;&lt;P&gt;Want monthly MTD dynamicly for current month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to put start date of available latest month ( obviously 1day) and&lt;/P&gt;&lt;P&gt;Available last date in date range selection .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any one assist me on this dax?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 20:56:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-14T20:56:39Z</dc:date>
    <item>
      <title>Date range dynamicaly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080279#M107316</link>
      <description>&lt;P&gt;I have 3 months data.&lt;/P&gt;&lt;P&gt;Want monthly MTD dynamicly for current month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to put start date of available latest month ( obviously 1day) and&lt;/P&gt;&lt;P&gt;Available last date in date range selection .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any one assist me on this dax?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 20:56:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080279#M107316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-14T20:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date range dynamicaly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080612#M107347</link>
      <description>&lt;P&gt;With the limited example and data provided, I think what you are saying is that there is a filter for the last date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so,&lt;/P&gt;&lt;P&gt;Measure Name =&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Var StartDate = DATE(YEAR(TODAY()), MONTH(TODAY()),1)&lt;/STRONG&gt;&lt;/H3&gt;&lt;H3&gt;&lt;STRONG&gt;Var EndDate = SELECTEDVALUE( [Assumed Date Table with a Date Field], Default Value (You can use TODAY() )&lt;/STRONG&gt;&lt;/H3&gt;&lt;H3&gt;&lt;STRONG&gt;RETURN CALCULATE( SUM(of some field), FILTER(ALL(some date field),DATESBETWEEN (&lt;/STRONG&gt;&lt;STRONG&gt;some date field&lt;/STRONG&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;STRONG&gt;StartDate&lt;/STRONG&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;STRONG&gt;EndDate&lt;/STRONG&gt;&lt;/H3&gt;&lt;H3&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 02:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080612#M107347</guid>
      <dc:creator>BrianConnelly</dc:creator>
      <dc:date>2023-02-15T02:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date range dynamicaly</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080776#M107362</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 05:58:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-range-dynamicaly/m-p/3080776#M107362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-15T05:58:45Z</dc:date>
    </item>
  </channel>
</rss>

