Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hey !
I am developing a model with RLS but I want some of the visuals to remain unchanged, is this possible ?
For example, I have a company presentation page with the number of customers, number of employees, and other economic indicators, but when I apply RLS, I only get those indicators for each person
How do I get this?
Thanks !!
Solved! Go to Solution.
@edubcardoso So normally I see this implemented with a disconnected aggregation table so that the aggregations are not affected by RLS and can be displayed to everyone. For example, you could create an aggregation table like:
Agg Table =
{
( "Customers", COUNTROWS('Customers') ),
( "Employees", COUNTROWS('Employees') )
}
@edubcardoso So normally I see this implemented with a disconnected aggregation table so that the aggregations are not affected by RLS and can be displayed to everyone. For example, you could create an aggregation table like:
Agg Table =
{
( "Customers", COUNTROWS('Customers') ),
( "Employees", COUNTROWS('Employees') )
}
@Greg_Deckler thanks for helping !
With this aggregation table, Can use any measure ? Its just copy the measure and put it in the second argument ?
@edubcardoso , You can make those table is not getting filtered using RLS.
Let's say we have Dimension table email and department and that is used in RLS. Then the tables not joining with department will not get filtered
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 47 | |
| 45 | |
| 33 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 136 | |
| 116 | |
| 58 | |
| 58 | |
| 56 |