Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello !
I am a beginner, I would like to know how to set expression on bar chart like this,
So I need to set Top 3 Bar as other color for different other bar , How can I set expression for this,
Thank you in advance!!
Do you have fix values in the dimension?
don't fix,
Thanks,
Hi @Iamsoul69 ,
Sorry for the late reply. Try adding the below expression in the color expression
=if(rank(measure)<3,red(),blue())