Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a matrix visual that displays the following values as a hierarchy: Role, Resource, Stage, Project. The columns are Weeks, and the values are Hours.
The row values for "Resource" are conditionally formatted based on "Field Value" and based on a measure called "Utilization Rate". Utilization Rate is Calculated as:
This solution does not work. The conditional formatting is still applying to the filtered values, which I suppose makes sense given the row-level security.
Hi @Anonymous
If you want to display the over all value despite the connected role try including your formula in a 'CALCULATE' function excluding 'ALL' applied filters on your table (Deployment or Sector)
https://learn.microsoft.com/en-us/dax/calculate-function-dax
https://learn.microsoft.com/en-us/dax/all-function-dax
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Thank you. I've tried to add CALCULATE and ADD in various parts of the formula and keep getting errors. Where is the appropriate place to put these?
@Anonymous
The formula should look like this
CALCULATE(whatever you want to calculate, ALL(the table used for RLS))
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |