Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
I am facing an issue in fixing the row level security for multiple dimensions and Values. I am able to do it for multiple dimensions but not multiple values. In the attached screenshots you can clearly find the DAX expression for RLS.
In the below screens I am not able to add security for multiple building groups or buildings. It displays null, but the expressions shows valid.
Kindly check the above issue on priority and provide solution or any idea will be more helpful.
Best Regards,
Ajay Emmadi
Solved! Go to Solution.
The logic you're using here will always return null. You're saying that this user can only see values where the BuildingGroup is Blackstone and where the BuildingGroup is also We Work. BuildingGroup can't be both at the same time.
You want to use or logic in your condition.
[BusinessVertical] = "Open Markets" && ( [BuildingGroup] = "Blackstone" || [BuildingGroup] = "We Work" )
The logic you're using here will always return null. You're saying that this user can only see values where the BuildingGroup is Blackstone and where the BuildingGroup is also We Work. BuildingGroup can't be both at the same time.
You want to use or logic in your condition.
[BusinessVertical] = "Open Markets" && ( [BuildingGroup] = "Blackstone" || [BuildingGroup] = "We Work" )
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |