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
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.
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.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |