Forum Discussion
Anonymous
4 years agoNot applicable
Row Level Security with Multiple levels (Complicated)
Hi, I am looking to implement RLS for multiple levels. I have 2 tables as below. 1) Groups 2) Tasks Groups table will have , Group name and Member email. And tasks will have below ...
- 4 years ago
Is this the filtering expression you're after?
Tasks[SubmittedBy] = USERPRINCIPALNAME () || Tasks[IsRestricted] = "No" || Tasks[RestrictedAccess] IN CALCULATETABLE ( VALUES ( Groups[GroupName] ), Groups[Members] = USERPRINCIPALNAME () ) - 4 years ago
Hi Anonymous ,
you can distribute the rules into own role and then apply them additively to the users.
Parikrish25
4 years agoNew Member
hi All,
i need to implement row level securtiy for multiple rows. Is it possible Please help.
Slicers used are three levels
1. Location
2.Business Area
3.Segment / Discipline
User should see slicer 1,2 & 3 only for his Location for other locations 2&3 slicers should be hidden. Can anyone please help??
For example : Bangalore Location head should only be able to view business area and discipline only for Bangalore & also should see only other Location level data and not the other sub slicers Business area and Discplines