<?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: How to compare date in different table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545813#M71892</link>
    <description>&lt;P&gt;Hi !!! Thank you so much for helping me out, really appreciate that !!!!&lt;/P&gt;</description>
    <pubDate>Sun, 29 May 2022 05:34:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-29T05:34:40Z</dc:date>
    <item>
      <title>How to compare date in different table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545800#M71890</link>
      <description>&lt;P&gt;Hi Guys, may i know how can i create a column in PO table which have a logic of, if PO date inside PO table is larger than the GRN date in GRN table, than "On time delivery" else "Delayed Delivery". Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PO table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GRN Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 04:49:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545800#M71890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-29T04:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare date in different table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545812#M71891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could create a column as below:-&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column =
VAR GRN_date =
    LOOKUPVALUE (
        'GRN Table'[GRN date],
        'GRN Table'[PO Number], 'PO Table'[PO Number]
    )
RETURN
    IF ( 'PO Table'[PO Delivery Date] &amp;gt; GRN_date, "On Time Delivery", "Delay" )
&lt;/LI-CODE&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Samarth&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 05:29:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545812#M71891</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2022-05-29T05:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare date in different table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545813#M71892</link>
      <description>&lt;P&gt;Hi !!! Thank you so much for helping me out, really appreciate that !!!!&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2022 05:34:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-compare-date-in-different-table/m-p/2545813#M71892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-29T05:34:40Z</dc:date>
    </item>
  </channel>
</rss>

