Forum Discussion
rmsolfest
1 year agoAdvocate II
PBI Desktop & Service BUG: Icon Rules conditional formatting occasionally displays wrong icon
ISSUE replicated in PBI Desktop & Service Measure returning wrong % value to conditionally display icon based on Rules within a Matrix visual. Issue can be replicated when filtered to one customer,...
- Anonymous11 months ago
Hi rmsolfest,
thanks for testing those options. Since the Unicode icon approach may affect the color formatting and you haven’t had a chance to try it yet, would you like some more time to test it out? Or are you looking for an alternative workaround in the meantime?
Thanks & Regards,
Prasanna Kumar
Shahid12523
1 year agoCommunity Champion
Bug: Icon-based conditional formatting in Power BI sometimes shows the wrong icon when filtered to a single customer.
Cause: Likely due to measure evaluation context—DAX behaves differently with one vs. multiple values selected.
Fixes to try:
- Use HASONEVALUE() or ISFILTERED() in your measure.
- Wrap logic in CALCULATE(..., REMOVEFILTERS(Customer)).
- Recreate the icon rules or switch to color formatting as a workaround.