<?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 lookup 2 table with today -1 search in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2426376#M64451</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have lookup problem in BI, please help for provide a tips / suggestion to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table A daily updated.&lt;BR /&gt;Table B is the master table.&lt;/P&gt;&lt;P&gt;result inactive data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need to look up the non-active data between Table A and Table B.&lt;BR /&gt;I have lookup at Table B, it was the return of the full data (active) and the inactive data shown (BLANK).&lt;BR /&gt;&lt;BR /&gt;how to lookup the opposite data (inactive data) and control the date today-1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mant Thank.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 09:33:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-30T09:33:37Z</dc:date>
    <item>
      <title>lookup 2 table with today -1 search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2426376#M64451</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have lookup problem in BI, please help for provide a tips / suggestion to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Table A daily updated.&lt;BR /&gt;Table B is the master table.&lt;/P&gt;&lt;P&gt;result inactive data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need to look up the non-active data between Table A and Table B.&lt;BR /&gt;I have lookup at Table B, it was the return of the full data (active) and the inactive data shown (BLANK).&lt;BR /&gt;&lt;BR /&gt;how to lookup the opposite data (inactive data) and control the date today-1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mant Thank.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 09:33:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2426376#M64451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-30T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: lookup 2 table with today -1 search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2426947#M64480</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , One way is new table &lt;/P&gt;
&lt;P&gt;Assume column name is ID&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;except(all(TableB[ID]), allselected(TableA[ID]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or create a measure like this and plot with Table B ID&lt;/P&gt;
&lt;P&gt;countrows(except(all(TableB[ID]), allselected(TableA[ID])))&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:10:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2426947#M64480</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-30T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: lookup 2 table with today -1 search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2431332#M64716</link>
      <description>&lt;P&gt;Thank you replay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have try the both formaul and today -1, is will list out&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table A and Table B both red date,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;not the opposite data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 08:05:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2431332#M64716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-01T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: lookup 2 table with today -1 search</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2437468#M65106</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what you mean by '&lt;SPAN&gt;control the date today-1&lt;/SPAN&gt;' ?&lt;/P&gt;
&lt;P&gt;Can you share you expected result in excel?&lt;/P&gt;
&lt;P&gt;I shared a sample pbix here. Hope it could work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 07:42:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/lookup-2-table-with-today-1-search/m-p/2437468#M65106</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-04-05T07:42:58Z</dc:date>
    </item>
  </channel>
</rss>

