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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
PK_W_T
Regular Visitor

Filtering a Query Based on a Related Table

I have imported a table into PowerBI as a query.  I have a distinct table with a list of projects.  If the project name is listed within this table, I would like to have that line removed from the query.  I have the table and query linked by the project column.

1 ACCEPTED SOLUTION
PK_W_T
Regular Visitor

I added a column not through the query editor:

 

B&R = IF(

COUNTROWS(

FILTER(Table2,

SEARCH(Table2[Project],

Prospects[PROJECT], 1, 0)

)

),

1,

0

)

View solution in original post

2 REPLIES 2
PK_W_T
Regular Visitor

I added a column not through the query editor:

 

B&R = IF(

COUNTROWS(

FILTER(Table2,

SEARCH(Table2[Project],

Prospects[PROJECT], 1, 0)

)

),

1,

0

)

PK_W_T
Regular Visitor

I am trying to at least add a custom column within the Prospects table that will tell me if the project is contained in the Prospects query and table2.

 

CONTAINS(Table2, Table2[Project], Prospects[Project]))

It says expression.error. The name Contains is not recognized.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.