Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have bar chart with 3 measures. I have write the condition for bars based on it's measured value.
Ex: Total Sales and Total Profit bar is there. I have to arrange the bar color , if Sales>75 GREEN() otherwise RED(), If Profit > 75 Blue() otherwise RED()
create master measure ITEMS and use
hear you have default % chage to flexible
You can create two master items and have a color expression for each of them.
example: If( [Profit ] >100, rgb(91,160,228), rgb(202, 102, 117) )
As far as I know, currently there is no way to specify the color by expression if you have more than one measure.