Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to compare the average FTE from the whole company vs FTE for a specific team, but i ran into a problem when using row level security .
A member of a specific team can only access data for his specific team so i used row level security to implement this.
But this also overrules my ALL function to show the average of the whole company.
Example below:
Correct After row level security
| Company wide | Team A | Company wide | Team A | ||
| 4% | 3% | 3% | 3% |
Is there a solution for this problem?
Solved! Go to Solution.
The only solution to the problem is to create static measures or a separate table where you hold certain, company-wide metrics/aggregations/calculations. This separate table should not be tied to RLS and then you can use the aggregated metrics in that table in your calculations. This way, they cannot see everything except the particular corporate-wide metrics that you make available.
so lets say i have a seperate table with only measures. would that be the same thing you are referring to when you say
"a separate table where you hold certain, company-wide metrics/aggregations/calculations"
If no, could you explain a little more
The only solution to the problem is to create static measures or a separate table where you hold certain, company-wide metrics/aggregations/calculations. This separate table should not be tied to RLS and then you can use the aggregated metrics in that table in your calculations. This way, they cannot see everything except the particular corporate-wide metrics that you make available.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 29 | |
| 27 |