Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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?

 

 

Here is what my join looks like:

  • 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.

3 Replies

  • V-lianl-msft's avatar
    V-lianl-msft
    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)

     

    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's avatar
      Anonymous
      Not applicable

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

      • V-lianl-msft's avatar
        V-lianl-msft
        Community Support

        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.