Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Managing Relationships

Hello,   I am not able to connect the Program columns below:   And:    I get this message:     Any suggestions?   Thank you!
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Anonymous ,

     

    Usually we create a bridge table to create a relationship between two tables:

    ProgramTable = 
    DISTINCT(
        UNION(
            SELECTCOLUMNS('WES - Scores', "Program", 'WES - Scores'[Program]),
            SELECTCOLUMNS('Respectful Environment', "Program", 'Respectful Environment'[Program])
        )
    )

    Many-to-many relationship guidance - Power BI | Microsoft Learn

    Then use the fields in the bridge table.

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum