<?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 Get first date using FIRSTDATE or MIN funciton in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-first-date-using-FIRSTDATE-or-MIN-funciton/m-p/1679359#M34446</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've trid to get the first date from 'Date' column with below 2 DAX "MEASURE"s&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. firstDate = FIRSTDATE('Table 1'[Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. minDate = min([Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But I didn't get the right results in the table visuals.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;You can find all "firstData" and "minDate" are same with values in "Date" column&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How to get the first data which shoud be "19-01-14" using DAX measures?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Feb 2021 23:17:07 GMT</pubDate>
    <dc:creator>minodori</dc:creator>
    <dc:date>2021-02-21T23:17:07Z</dc:date>
    <item>
      <title>Get first date using FIRSTDATE or MIN funciton</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-first-date-using-FIRSTDATE-or-MIN-funciton/m-p/1679359#M34446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've trid to get the first date from 'Date' column with below 2 DAX "MEASURE"s&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. firstDate = FIRSTDATE('Table 1'[Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. minDate = min([Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But I didn't get the right results in the table visuals.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;You can find all "firstData" and "minDate" are same with values in "Date" column&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How to get the first data which shoud be "19-01-14" using DAX measures?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 23:17:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-first-date-using-FIRSTDATE-or-MIN-funciton/m-p/1679359#M34446</guid>
      <dc:creator>minodori</dc:creator>
      <dc:date>2021-02-21T23:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get first date using FIRSTDATE or MIN funciton</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-first-date-using-FIRSTDATE-or-MIN-funciton/m-p/1679479#M34452</link>
      <description>&lt;P&gt;try surrounding your meassure with calculate like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;calculate(min(tale1[date]),all(table1))&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 01:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Get-first-date-using-FIRSTDATE-or-MIN-funciton/m-p/1679479#M34452</guid>
      <dc:creator>rfigtree</dc:creator>
      <dc:date>2021-02-22T01:15:09Z</dc:date>
    </item>
  </channel>
</rss>

