We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 34 | |
| 22 |