Forum Discussion
Lucy01
14 days agoHelper I
Row Level Security Errors
I have a report that is nearly ready to publish and I am trying to assign RLS so each team leader only sees their own team’s results. I’ve created an excel spreadsheet that records each team leader’...
Shahid12523
6 days agoCommunity Champion
Your RLS DAX fails because DataSheet[Team] can contain multiple values; use a proper Team dimension/relationship and filter Team Access with USERPRINCIPALNAME() instead.