Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I have a Guage chart in which my max is set to 100% of which I have achieved 72%.
I want the 72% achieved to be green in color and the remaining 28% to be red in color.
How can I achieve this.
Regards,
How you set Segment colors? Can you share image
I have just marked green color for segment 1 which by default covers my 72%.
Regards,
Try to create one more segment which cover red.
I tried that.
If i create a new segment for 28% it take 28% from that 72% and marks it as red not the remaining 28% from 100 %
Off course, Because out total Bundle loads in 72% only. That case you need to assign expressions in each segment like
Sum(TOTAL Measure) for 100% and then it allocates to 72% as Green if we enter same formulae for that
And Sum(TOTAL Measure) - 72% Formulae for 28% this should occupy 28% off each in red
In My pop up when I hover over the chart it now shows 100 % but I want to still show 72% as completed.