Hi,
I want to change the color for values if they are negative, eg. < 500, but this should only be applied on all my month in my date hierarchy.
The structure for hierarchy is [Year].[Month].[Day]
If I use IIF-statement then all values in my cube < 500 will have red colors.
IIF([[Measures].[CountOfRows] < 450,255,0)
Anyone know how I could solve this issue?