Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm having trouble formatting my RLS filters with both OR and AND on the same table. It seems that it doesn't like regular dax format...
If I wanted to filter for both criteria below, how could I format it?
The syntax below in the screenshot works fine for the first criteria, but I can't figure out how to add an "AND" correctly.
Thanks in advance.
Solved! Go to Solution.
You need to protect the OR from the AND. Use Parentheses or IN
USERPRINCIPALNAME() IN {[PrincipalClientManagerUsername],[PrincipalClientUsername] && [Column A]="123"
You need to protect the OR from the AND. Use Parentheses or IN
USERPRINCIPALNAME() IN {[PrincipalClientManagerUsername],[PrincipalClientUsername] && [Column A]="123"
Thank you @lbendlin , this worked perfectly. I thought I had tried that, but I must have had the syntax wrong. Very simple and it works just fine. Have a great day 🙂
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!