Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
I have:
There is a 1 to many relationship from Table 1 to Table 2
I want to find out if there are any project names in table 2 that are not found in table 1 (checking for mistakes basically). Could i do this with a measure? I would not like to add more columns to the tables.
I tried using this (https://community.powerbi.com/t5/Desktop/check-if-value-contains-in-another-table-through-measure/m-...) but the relationship is the opposite so didn't work.
Thanks everyone.
Jonas
Solved! Go to Solution.
@J_o_n_a_s , Create a visual with project name from Table 1 and Table 2 and filter this visual (using visual level filter) for table 1 project name is blank.
You will get the list
or a new table
except(Distinct(Table2[Project Name]), Distinct(Table1[Project Name]) )
Perfect. Thanks a lot. Power BI is easy when you know what you're doing 😀
Jonas
@J_o_n_a_s , Create a visual with project name from Table 1 and Table 2 and filter this visual (using visual level filter) for table 1 project name is blank.
You will get the list
or a new table
except(Distinct(Table2[Project Name]), Distinct(Table1[Project Name]) )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.