Forum Discussion
Anonymous
9 years agoNot applicable
Conditional Formatting of Bar Chart
I would like the bars that are below the target value to be red and those equal to or above target to be green. I do not see the 'divergent' color bar options .. do I have an old version of the app?...
- 9 years ago
Anonymous
djroller1
8 years agoAdvocate I
Hi Crazybi,
Unfortunately, min and max can't be dynamic. But you can create a separate chart based on a calculated column or measure that represents the difference between a data point and the average. If I subtract the average from a data point, the results will always be positive if the data point is above the average, and alway negative if below. You could tie these difference values to color bars using the max of 0 and min of -1.
I know this isn't the solution you are looking for, but it might be usable as a supplemental visual to highlight above/below avg in a way that varies, even while the min/max values remain fixed.
Anonymous
7 years agoNot applicable
Thanks! Hadn't thought of doing this yet - still working in 2019 :D