Forum Discussion
RLS on Private servers
- 3 years ago
Nick_Kalichava wrote:
Could you provide an example or go into more details? I dont really follow you.
Dynamic Row Level Security with Power BI Made Simple - RADACAD
If your 'staff list' table has a relationship to the rest of your data model you can get rid of all those extra measures and just create a single role which has a filter like the following:
'Staff List'[Manager - mails] = USERPRINCIPALNAME() || 'Staff List'[Regular_Employee- mails] = USERPRINCIPALNAME()
Then you can create simple measures like SUM( table[column]) and the above filter will be applied by the Role.
- Nick_Kalichava3 years agoFrequent Visitor
Could you provide an example or go into more details? I dont really follow you.
- d_gosbell3 years agoSuper User
Nick_Kalichava wrote:
Could you provide an example or go into more details? I dont really follow you.
Dynamic Row Level Security with Power BI Made Simple - RADACAD