<?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: Min date filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2223133#M52834</link>
    <description>&lt;P&gt;&lt;SPAN&gt;No, I need it to return the first date of the selected month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 01/10/2021&amp;nbsp; - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 04/10/2021 - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 20/10/2021 - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 30/11/2021 - 21/12/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/11/2021&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 14:51:12 GMT</pubDate>
    <dc:creator>SLima</dc:creator>
    <dc:date>2021-12-06T14:51:12Z</dc:date>
    <item>
      <title>Min date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2222998#M52825</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need get min date the filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;shown in example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 14:07:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2222998#M52825</guid>
      <dc:creator>SLima</dc:creator>
      <dc:date>2021-12-06T14:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Min date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2223100#M52832</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287457" data-lia-user-login="SLima" class="lia-mention lia-mention-user"&gt;SLima&lt;/a&gt; , if you have slicer, you can create var in measure like given below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;measure = &lt;BR /&gt;var _max = maxx(allselected('Date'),'Date'[Date]) &lt;BR /&gt;var _min = minx(allselected('Date'),'Date'[Date]) &lt;/P&gt;
&lt;P&gt;return&lt;/P&gt;
&lt;P&gt;&amp;lt;Code&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 14:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2223100#M52832</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-06T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Min date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2223133#M52834</link>
      <description>&lt;P&gt;&lt;SPAN&gt;No, I need it to return the first date of the selected month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 01/10/2021&amp;nbsp; - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 04/10/2021 - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 20/10/2021 - 21/11/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/10/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter = 30/11/2021 - 21/12/2021&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return = 01/11/2021&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 14:51:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2223133#M52834</guid>
      <dc:creator>SLima</dc:creator>
      <dc:date>2021-12-06T14:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Min date filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2229171#M53154</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="287457" data-lia-user-login="SLima" class="lia-mention lia-mention-user"&gt;SLima&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can create a column like below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Min Date= EOMONTH(Table[Date],-1)+1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community Support Team _ Caitlyn&lt;/P&gt;
&lt;P&gt;If this post helps then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 02:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Min-date-filter/m-p/2229171#M53154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-09T02:52:33Z</dc:date>
    </item>
  </channel>
</rss>

