<?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: Based on distinct of id, get the earliest date from the next column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1170786#M18035</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211174" data-lia-user-login="usomaraju" class="lia-mention lia-mention-user"&gt;usomaraju&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Max Date Id = CALCULATE(MAX('Table'[enddate]), ALLEXCEPT('Table','Table'[id]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Don't Summarize when you pull number of Days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jun 2020 07:34:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-19T07:34:36Z</dc:date>
    <item>
      <title>Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1170332#M18027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me on below issue.&lt;/P&gt;&lt;P&gt;i have the table with 3 columns&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id&lt;/TD&gt;&lt;TD&gt;enddate&lt;/TD&gt;&lt;TD&gt;no of days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;3/13/2020&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;3/13/2020&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202&lt;/TD&gt;&lt;TD&gt;3/19/2020&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202&lt;/TD&gt;&lt;TD&gt;3/19/2020&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202&lt;/TD&gt;&lt;TD&gt;3/27/2020&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;207&lt;/TD&gt;&lt;TD&gt;5/1/2020&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;207&lt;/TD&gt;&lt;TD&gt;5/6/2020&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of which i need distinct of id with earliest of the date and corresponding days i need to store in a separate table or do filter on the same table.Is it possible to do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the output for the above looks like below&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id&lt;/TD&gt;&lt;TD&gt;enddate&lt;/TD&gt;&lt;TD&gt;no of days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;TD&gt;3/13/2020&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;202&lt;/TD&gt;&lt;TD&gt;3/27/2020&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;207&lt;/TD&gt;&lt;TD&gt;5/6/2020&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 03:21:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1170332#M18027</guid>
      <dc:creator>usomaraju</dc:creator>
      <dc:date>2020-06-19T03:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1170786#M18035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211174" data-lia-user-login="usomaraju" class="lia-mention lia-mention-user"&gt;usomaraju&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Max Date Id = CALCULATE(MAX('Table'[enddate]), ALLEXCEPT('Table','Table'[id]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Don't Summarize when you pull number of Days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 07:34:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1170786#M18035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-19T07:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1171494#M18045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211174" data-lia-user-login="usomaraju" class="lia-mention lia-mention-user"&gt;usomaraju&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Try this.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
SUMX(
    SUMMARIZE( 'Table', 'Table'[id], 'Table'[enddate] ),
    VAR __minDate = 
        CALCULATE(
            MIN( 'Table'[enddate] ), 
            ALLEXCEPT( 'Table', 'Table'[id] )  
        ) 
    RETURN 
        IF( 
            __minDate = 'Table'[enddate],
            CALCULATE( 
                MIN( 'Table'[no of days] ),
                'Table'[enddate] = __minDate 
            )
        )
)&lt;/LI-CODE&gt;
&lt;P&gt;for the below result&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Please feel free to connect with me.&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/mariusz-repczynski-065a7362/" target="_blank"&gt; LinkedIn &lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 14:39:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1171494#M18045</guid>
      <dc:creator>Mariusz</dc:creator>
      <dc:date>2020-06-19T14:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172476#M18115</link>
      <description>&lt;P&gt;Hi Mariusz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your DAX formula, which returns only few records and also some of the id's of rows are missing&lt;/P&gt;&lt;P&gt;like for some of the rows below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id&lt;/TD&gt;&lt;TD&gt;enddate&lt;/TD&gt;&lt;TD&gt;no of days&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;163&lt;/TD&gt;&lt;TD&gt;2/25/2020&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;163&lt;/TD&gt;&lt;TD&gt;2/25/2020&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;163&lt;/TD&gt;&lt;TD&gt;2/28/2020&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;164&lt;/TD&gt;&lt;TD&gt;2/25/2020&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;164&lt;/TD&gt;&lt;TD&gt;2/25/2020&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;165&lt;/TD&gt;&lt;TD&gt;3/2/2020&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;165&lt;/TD&gt;&lt;TD&gt;3/2/202&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i apply measure, i get only one row as reslut for the id 164&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id&lt;/TD&gt;&lt;TD&gt;enddate&lt;/TD&gt;&lt;TD&gt;no of days&lt;/TD&gt;&lt;TD&gt;Measure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;164&lt;/TD&gt;&lt;TD&gt;2/25/2020&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm not sure why its not populating the result for 163 and a65.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 16:59:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172476#M18115</guid>
      <dc:creator>usomaraju</dc:creator>
      <dc:date>2020-06-21T16:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172488#M18118</link>
      <description>&lt;P&gt;Hi Harsh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i applied dax formula on my table, i see below result and every row it is calculating and i'm not sure about the valuse displaying in the measure column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex: for the id 163, i need the result as one row and the date should be 2/28/2020.&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;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 17:21:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172488#M18118</guid>
      <dc:creator>usomaraju</dc:creator>
      <dc:date>2020-06-21T17:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172511#M18124</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211174" data-lia-user-login="usomaraju" class="lia-mention lia-mention-user"&gt;usomaraju&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Max Date Id = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var a = MAXX(FILTER(ALL('Table'), 'Table'[ID] = Max('Table'[ID])), 'Table'[Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;var b = If(MAx('Table'[Date]) = a,a ,Blank())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Return &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;b&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Select Show items with no data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 21 Jun 2020 17:56:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172511#M18124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-21T17:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172609#M18144</link>
      <description>&lt;P&gt;hi Harsh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have used your dax, but in the result it starts from the id 173and not showing previous id's&lt;/P&gt;&lt;P&gt;i'm not sure why&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;before measure&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with measure&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 21:45:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172609#M18144</guid>
      <dc:creator>usomaraju</dc:creator>
      <dc:date>2020-06-21T21:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172611#M18145</link>
      <description>&lt;P&gt;hi harsh,&lt;/P&gt;&lt;P&gt;And also i checked with selected the show items with no data , it also displaying the data from id 173.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 21:52:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172611#M18145</guid>
      <dc:creator>usomaraju</dc:creator>
      <dc:date>2020-06-21T21:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Based on distinct of id, get the earliest date from the next column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172877#M18161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211174" data-lia-user-login="usomaraju" class="lia-mention lia-mention-user"&gt;usomaraju&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why is this happening. It shows all values in my pbix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share sample of your pbix file for me to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 04:38:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Based-on-distinct-of-id-get-the-earliest-date-from-the-next/m-p/1172877#M18161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T04:38:32Z</dc:date>
    </item>
  </channel>
</rss>

