Forum Discussion
Anonymous
1 year agoNot applicable
Conditional formatting not showing when drill up in matrix visual
Hi Folks, Looking for help ..I have matrix visual with conditional formatting , is getting effected when i drill down as 1st pic but when drill up (rollled up) is not showing condtional format as 2nd...
- 1 year ago
Hi Anonymous ,
Thanks for the clarification. Since you're using a DAX measure for conditional formatting, the issue likely stems from how the measure behaves at different hierarchy levels. Your measure Sell Through Variance to Target_Cond = COALESCE([Total Fcst ST% At New Retail] - ([Target ST] / 100), 0) might not be aggregating as expected when the matrix rolls up.
- Add the measure to a visual and verify its output when rolled up, if it's blank or zero, formatting won’t apply.
- It can help maintain consistent context across hierarchy levels if the current measure isn't behaving as expected.
- Ensure your color scale or thresholds handle all possible values (negatives, blanks).
- Subtotals or default formatting might override conditional formatting check the matrix Format pane.
I hope this help.....
V-yubandi-msft
Community Support
1 year agoHi Anonymous ,
We noticed we haven't received a response from you yet, so we wanted to follow up and ensure the solution we provided addressed your issue. If you require any further assistance or have additional questions, please let us know.
Your feedback is valuable to us, and we look forward to hearing from you soon.