Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i have pivot table like below but i need to show extra one row with blue color based on Dim-3 how can i achieve this requirement?
Actual
what we need
please give some idea...
Of course... I am not thinking straight.. try this
Dim3
=Pick(ExtraDim, if([FINANCIAL PLAN]<>'ZZZZZ',[FINANCIAL PLAN]), ' ')
Dim3 color
=If(Only({1} ExtraDim) = 2, LightBlue())
expression
Pick(ExtraDim, (if ([FINANCIAL PLAN] <>'ZZZZZ', SUM(AMOUNT),0)), 0)
expression color
=If(Only({1} ExtraDim) = 2, LightBlue())
it's not working Sunny.values are showing as null
Can you share what you have?
the issue is if anyone of month column is null means it applies color
Root cause --> if the total value is zero or null means we want to apply color.
is it possible in Pivot Table?
How to apply total value in all month Dim value?
The problem is that the cell is probably not null, but missing. Missing values are never calculated, so the colour expression cannot fix the problem. The solution could be to backfill the missing values with zeroes or nulls.