I have a couple of Pivot Tables that I'd like to show rows that meet changing criteria.
I know how to go in and manually check whether or not a specific date is going to show up, but is there a way to uncheck any dates older than 90 days?
Something like,
If ("Date") < Today()-90 Then Uncheck selection
Another pivot table I'd like to do this on is if the row is less than 30%, don't show that row.