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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
J_o_n_a_s
Helper I
Helper I

Measure - check if not found in a column

Hi all,

 

I have:

  • Table 1 with a master list of Project names.
  • Table 2 with a column of project names (these names are manually entered).

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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
J_o_n_a_s
Helper I
Helper I

Perfect. Thanks a lot. Power BI is easy when you know what you're doing 😀

 

Jonas

amitchandak
Super User
Super User

@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]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors