Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to change the color scheme of a chart to use a specific RGB. Is there a way to change the colors without hard-coding the chart?
I tried to hard-code the values but this doesn't work because the values are always changing.
Hi Stephanie
Do you want change color for dimension or measure?
if you want change color by dimension, you can use color by expression and put this in the expression
=pick( match(Dimensions, 'A','B', 'C'), rgb(70,178,157),rgb(240,202,77),rgb(227,123,64))
Regards,
Marco