Forum Discussion
RLS Only Works For Some Users
I suggest you create a table in a new report page with each user's UPN and then a column with that DAX expression. Publish it in the service to see the UPN resolve to emails.
That sheds a little more light on the situation. The problem users are returning my name and, as I'm in the see all group, they can then see all.
Why would this happen for some users and not all of them? Could it be how their profile is set up?
- otravers4 years agoCommunity Champion
Yeah I'd review these users' profiles in AAD and how they're different from those that work as expected.
- Lee_D20224 years agoRegular Visitor
Just sat with the IT team and compared AAD profiles and there's nothing discernably different between the two.
- otravers4 years agoCommunity Champion
What happens if you just use USERPRINCIPALNAME() as the DAX expression for the "see all" profile instead of your conditional logic?