Forum Discussion
Cell elements formatting not working (version Aug 2025)
- 10 months ago
Hi v-priyankata , Ritaf1983 VahidDM
I have tried recreating the issue , tried a new matrix with other data, tried to do a matrix with the same data .... It was not possible to recreate the issue. Unfortunately I cannot share the file where this matrix with the strange reaction sits as it has sensitive data. It seems as a glitch .... I recreated the same matrix within the same file and it was working ok , I even copied the formatting and the strange bevahiour was not transferred. I even cleared completely the matrix with the strange formatting behaviour and reentered fields and the behaviour insisted! So I guess something stuck somewhere. The funny thing is that the matrix formatting was behaving as expected until Saturday which I reopened the file and without doing anything the matrix formatting had changed...
Anyway I recreated table and it is fine now
Sounds like a bug.
Possible causes
-
Conditional formatting or cell element formatting rules may have changed to require “apply to value and totals” in order to activate anything at all.
-
The visual might be using a theme or style that overrides “value-only” formatting.
-
A recent update might have broken or altered the behavior of the “apply to values only” toggle.
Workarounds / fixes to try
-
In the Format pane → Conditional Formatting / Cell Elements → check if there’s a “Values only” toggle. Try turning it off, then on again.
-
Create two versions of the measure: one for values only, one for totals+values, perhaps using DAX:
MyMeasure_Formatted =
IF(
HASONEVALUE(Dim[Something]),
[Value Measure],
BLANK() -- or something distinct for totals
)Then apply conditional formatting using that measure.
-
Roll-back to previous version of Power BI Desktop (if possible) and see whether formatting works there. If yes, this supports the bug theory. or use the new Sep version
-
Submit feedback to Microsoft: it’s possible a bug got introduced. Meanwhile use the “apply to values & totals” option, and try to ignore totals in rules (if possible) by making the rule so that totals are outside the range or blank.
'If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn|Twitter|Blog |YouTube