Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
i would like to color the measures in my pivot table with blue when there is the dimension Month and with another color when i see the values inside the first dimension.
So i would like the first 5 in blue and all the others in whyte.
How can i do it?
I found this one:
if(even(Dimensionality()),WHITE(),RGB(174,206,244))
it works.. but when the dimension is not expanded i get all a color..