I have a pivot table, and I want to be able to hide entire rows or columns if all of the values are NULL. How can I achieve this?
I tried the obvious things such as filtering out null values, combinations of filters, and changing in the view/column properties. I also tried converting any nulls to have a 0 value instead and then again filtering out the zero’s but the columns persist.
Thank you!