This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |