Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

lookup 2 table with today -1 search

Hi All,

 

I have lookup problem in BI, please help for provide a tips / suggestion to me. 

I have 2 table: 

lookup.jpg

Table A daily updated.
Table B is the master table.

result inactive data. 

I need to look up the non-active data between Table A and Table B.
I have lookup at Table B, it was the return of the full data (active) and the inactive data shown (BLANK).

how to lookup the opposite data (inactive data) and control the date today-1.

 

Mant Thank.

 

 

 

 

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , One way is new table

Assume column name is ID

 

except(all(TableB[ID]), allselected(TableA[ID]))

 

or create a measure like this and plot with Table B ID

countrows(except(all(TableB[ID]), allselected(TableA[ID])))

Anonymous
Not applicable

Thank you replay. 

i have try the both formaul and today -1, is will list out 

 

Table A and Table B both red date,  not the opposite data. 

Hi, @Anonymous 

Not sure what you mean by 'control the date today-1' ?

Can you share you expected result in excel?

I shared a sample pbix here. Hope it could work for you.

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors