Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I created a Pivot Table.
But I only want to show the Rows in red.
Any Suggestions:
Hi,
Use the conditional coloring code also for your measures. But instead or returning LightRed(), return null(). Then you should go to Data Handling in your pivot table properties and disable include null values.
Jordy
Climber
Hi,
Use the conditional coloring code also for your measures. But instead or returning LightRed(), return null(). Then you should go to Data Handling in your pivot table properties and disable include null values.
Jordy
Climber
It Worked somewhat but it still will not hide the null values.
Not sure what I'm doing wrong