cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Visual not filtering joined table? Something wrong with join?

I have a visual  that is a  table that involves a join between two tables. I want one table to filter the other table in the visual however I'm still getting rows (on the bottom of the below picture) that shouldn't be there. How can I get these rows filtered out?

 

question.png

 

Here is what my join looks like:

quesiton2.png

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

Because relationships are one to many, you filter one from many directions.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

Create a measure like this and apply it to visual level filter.

Measure = IF(VALUES('Table (4)'[Column1])in VALUES('Table (3)'[Column1]),1)
filter_visual.PNG

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thanks, but shouldn't the table be already filtered with the table join and by making the join active?

Hi @Anonymous ,

 

Because relationships are one to many, you filter one from many directions.

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors