The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello dear members
I have 2 facts tables (unrelated). Both of them are having an ID column. I want to find all the id's from the one table that are not included in the other table.
How can achieve that??
Thank you very much
Solved! Go to Solution.
Hi @Dimitris_Kats
You can create a calculated table as follows
=
EXCEPT ( VALUES ( DirectQuery[EmpID] ), VALUES ( Excel[EmpID] ) )
Hi @Dimitris_Kats
You can create a calculated table as follows
=
EXCEPT ( VALUES ( DirectQuery[EmpID] ), VALUES ( Excel[EmpID] ) )
@Dimitris_Kats my pleasure.
@tamerj1 was faster this time 😜
@Dimitris_Kats Check out my showcase report - got some high level stuff there. Sure you will find there a lot of cool ideas. Please give it a thumbs up over there if you liked it 🙂
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
@SpartaBI hello
Thank you very much for the file.
The lookupvalue is not accepted at the calculated column. I must say that the one table is from a direct query and the other from an excel. I don't know if that's playing a role.
Any other measures I could try??
Thank you very much again for your help
@Dimitris_Kats
This is an sample solution file with calculate column:
Find non match ID between 2 unrelated tables 2022-08-05.pbix