Forum Discussion
User in multiple security groups
Hello! I have a user that is in 2 security groups. The first security group they are a part of due to being on a distribution list. This security group allows users on the distribution list to see data about people in a specific market. In this case, it would allow the user to see people in Tampa. The second security group they are a part of using their email. This security group allows the user to see people in Tampa + a few other specific employee IDs (not in Tampa). The user is reporting that they can only see people in Tampa. How can I have the second security group override the first one? Thank you!
7 Replies
- lbendlinSuper User
Usually this is automatic. More permissive rule overrule more restrictive rules. There must be something else going on. Check your RLS rules.
- kristenmcnellyFrequent Visitor
The first security group rule is [User Information List.UserName] = USERPRINCIPALNAME() and the second security group rule is [Region] = "Tampa" || [Employee ID] = x... They use different tables. The first one is using SharePoint and the second one is using a PBI dataflow. Does this give you any clues as to what might be wrong?
- lbendlinSuper User
"[Employee ID]=x" - please elaborate. At what point is that joined to USERPRINCIPALNAME and how? Are you trying to combine static and dynamic RLS?