<?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 Start and End Date in Slicer Selection in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Start-and-End-Date-in-Slicer-Selection/m-p/1852752#M39620</link>
    <description />
    <pubDate>Wed, 23 Jun 2021 19:07:52 GMT</pubDate>
    <dc:creator>91asma2</dc:creator>
    <dc:date>2021-06-23T19:07:52Z</dc:date>
    <item>
      <title>Start and End Date in Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Start-and-End-Date-in-Slicer-Selection/m-p/1852752#M39620</link>
      <description />
      <pubDate>Wed, 23 Jun 2021 19:07:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Start-and-End-Date-in-Slicer-Selection/m-p/1852752#M39620</guid>
      <dc:creator>91asma2</dc:creator>
      <dc:date>2021-06-23T19:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Start and End Date in Slicer Selection</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Start-and-End-Date-in-Slicer-Selection/m-p/1852874#M39627</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="229849" data-lia-user-login="91asma2" class="lia-mention lia-mention-user"&gt;91asma2&lt;/a&gt; , Better two use those from two independent date table or at least one &lt;/P&gt;
&lt;P&gt;You can use month, qtr , year or date from these two slicers from two independent table and a measure like this should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Two period range =&lt;BR /&gt;var _max = maxx(allselected('Date2'), 'Date2'[Date])&lt;BR /&gt;var _min = minx(allselected('Date1'), 'Date1'[Date])&lt;BR /&gt;return&lt;BR /&gt;calculate(sum(Table[value]) ,filter(Table, Table[Date] &amp;lt;=_max &amp;amp;&amp;amp; Table[Date]&amp;gt;=_Min))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need of an Independent Date Table:&lt;A href="https://www.youtube.com/watch?v=44fGGmg9fHI" target="_blank"&gt;https://www.youtube.com/watch?v=44fGGmg9fHI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 04:20:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Start-and-End-Date-in-Slicer-Selection/m-p/1852874#M39627</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-20T04:20:11Z</dc:date>
    </item>
  </channel>
</rss>

