Forum Discussion

rajulshah's avatar
rajulshah
Resident Rockstar
6 years ago
Solved

Circular Dependency in creating relationship and implement RLS

Hello Everyone, Whenever the user logs in, he/she should see their own data based on their permission on Organization, Branch and Area entity. Users may not have permission to the entire Area, only...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi rajulshah,

    After checking your sample file, I found you can't multiple bridge tables and try to link and active these relationships at the same time. As I said, current power bi only supports one major relationship activated.

    In my opinion, I'd like to suggest you use concatenate relationship fields as relationship keys instead build relationships in multiple fields.

    You can refer to the following blog to extract and merge your fields to a table, then concatenate each field as a unique key. (notice: please also add this concatenate field on your fact table side)

    Relationship in Power BI with Multiple Columns 

    After these steps, you can create a relationship based on concatenating unique key to apply filter effect on multiple column conditions at the same time.

    Regards,

    Xiaoxin Sheng