Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Row Level Security for Regional, General and User levels

Hi,    I'm looking for advice on how to set up RLS for when there are 3 different groups in the same report. The rules are as follows :  - Regional Directors need to be able to see everything at...
  • Greg_Deckler's avatar
    Greg_Deckler
    2 years ago

    Anonymous All three links work for me. This is all going to depend on your data, which is why I was asking for how your data looks. You can have 1 or more tables it just depends on what information you have in your fact table and how you are forming the relationships. I have implemented a very basic model using 3 user tables and a single fact table. You can view as another user by going to Model, View As and then selecting a role such as RD and also check the box for "Other user" and type in "[email protected]" for example. Then you only see Region1 data. If you select GM role and "[email protected]" then you only see Site1 data. Also works at a user level. But, again, this all depends on your data and your relationships. See PBIX attached below signature.