<?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: select MIN date of relative date slicer in every row of table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326467#M23412</link>
    <description>&lt;P&gt;The slicer needs to be fed from an independent date table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a measure that compares your fact date to the min slicer date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;Show Row :=
VAR FECHA = MIN('SLICER'[DATE])
Return 'DATA BASE'[Start]=FECHA&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then filter the visual by Show Row = True&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 16:28:24 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2020-08-26T16:28:24Z</dc:date>
    <item>
      <title>select MIN date of relative date slicer in every row of table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326266#M23395</link>
      <description>&lt;P&gt;Hi! I have this measure:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Measure = 
VAR FECHA = CALCULATE(MIN('DATA BASE'[DATE]),ALLSELECTED('DATA BASE'[DATE]),VALUES('DATA BASE'[resp x dep 2]))
RETURN FECHA&lt;/LI-CODE&gt;&lt;P&gt;and in my table is returning me this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;i want to force the measure to only display the values that have information in the MIN date selected in the slicer. &lt;SPAN&gt;Similar as when I select the specific date:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I will use this variable for another measure&lt;/P&gt;&lt;P&gt;Thank you for the help!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 15:01:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326266#M23395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-26T15:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: select MIN date of relative date slicer in every row of table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326467#M23412</link>
      <description>&lt;P&gt;The slicer needs to be fed from an independent date table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a measure that compares your fact date to the min slicer date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;Show Row :=
VAR FECHA = MIN('SLICER'[DATE])
Return 'DATA BASE'[Start]=FECHA&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then filter the visual by Show Row = True&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 16:28:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326467#M23412</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-08-26T16:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: select MIN date of relative date slicer in every row of table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326690#M23418</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , try like&lt;/P&gt;
&lt;P&gt;Measure = &lt;BR /&gt;var _min = minx(allselected('DATA BASE'),'DATA BASE'[DATE])&lt;BR /&gt;RETURN &lt;BR /&gt;CALCULATE(MIN('DATA BASE'[DATE]),filter('DATA BASE','DATA BASE'[DATE]=_min ))&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 17:57:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/select-MIN-date-of-relative-date-slicer-in-every-row-of-table/m-p/1326690#M23418</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-08-26T17:57:33Z</dc:date>
    </item>
  </channel>
</rss>

