<?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 Minimum Date after date found in column in another table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1377366#M27886</link>
    <description>&lt;P&gt;Hello power BI community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a dax formula, that produces the minimum appointment date for a specific contact after the email sent date to that contact. I have highlighted the deiresed result below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&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>Thu, 17 Sep 2020 10:11:46 GMT</pubDate>
    <dc:creator>Moet18</dc:creator>
    <dc:date>2020-09-17T10:11:46Z</dc:date>
    <item>
      <title>Minimum Date after date found in column in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1377366#M27886</link>
      <description>&lt;P&gt;Hello power BI community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a dax formula, that produces the minimum appointment date for a specific contact after the email sent date to that contact. I have highlighted the deiresed result below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&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>Thu, 17 Sep 2020 10:11:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1377366#M27886</guid>
      <dc:creator>Moet18</dc:creator>
      <dc:date>2020-09-17T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Date after date found in column in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1382037#M27887</link>
      <description>&lt;P&gt;Have I posted in the right place.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 09:13:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1382037#M27887</guid>
      <dc:creator>Moet18</dc:creator>
      <dc:date>2020-09-20T09:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Date after date found in column in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1470422#M27904</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="259386" data-lia-user-login="Moet18" class="lia-mention lia-mention-user"&gt;Moet18&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if Table A has a one to many relationship with Table B by Contact ID, then the calculated column formula could be =minx(filter(relatedtable(Table B),Table B[Appointment Date]&amp;gt;=Table A[Email sent date]),Table B[Appointment Date])&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 00:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1470422#M27904</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-03T00:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum Date after date found in column in another table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1470606#M27916</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="259386" data-lia-user-login="Moet18" class="lia-mention lia-mention-user"&gt;Moet18&lt;/a&gt; , Try a new column in Table 1&lt;/P&gt;
&lt;P&gt;minx(filter(Table2, Table1[Contact ID] =table2[Contact ID] &amp;amp;&amp;amp; Table1[email Send Date] &amp;lt;table2[Appointment Date]),Table2[Appointment Date])&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 02:30:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-Date-after-date-found-in-column-in-another-table/m-p/1470606#M27916</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-03T02:30:50Z</dc:date>
    </item>
  </channel>
</rss>

