Forum Discussion
Anonxxx
Nov 23, 2023Copper Contributor
How to filter a Dates in a Pivot table?
From a Pivot Table, how can I filter my data, (date columns) , in a number. I want to say, show the next 10 weeks. I can only do this month, next month, this qtr etc. Thank you
- Nov 23, 2023
Dynamic date range filters in PivotTable (next week, last week, etc) are predefined and not work with variables. As workaround you may create calculated column(s) which shows true/false if the date, for example, within next 10 weeks or so. Also relatively static solution with predefined ranges, but they are predefined by you.
SergeiBaklan
Nov 23, 2023Diamond Contributor
Dynamic date range filters in PivotTable (next week, last week, etc) are predefined and not work with variables. As workaround you may create calculated column(s) which shows true/false if the date, for example, within next 10 weeks or so. Also relatively static solution with predefined ranges, but they are predefined by you.
- AnonxxxNov 24, 2023Copper ContributorPerfect, thank you.
- SergeiBaklanNov 24, 2023Diamond Contributor
Anonxxx , you are welcome