Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
So I have a bar chat, it works well except that I want to make use of top 6 and then the other shows as grey. As per attachment.
I have create the dimension as a master item and change the settings in there, but still no go.
Any help will be great..
thanks
Andre
Hi, an option can be setting clor by expression and use an expression like:
If(Rank(ExpressionUsedInMetric)<=6, Color(RowNo()), RGB(200,200,200))
Umm not sure this is what I am after.