Limit dates in a slicer to after the last date selected in a date range filter
I have a calendar-type slicer. When I select a date range representing opening dates during that period, I want another slicer for evaluation dates to show only dates that are on or after the last date selected in the date range. Example:
Date range:
From: 2025-06-01
To: 2025-06-30
Evaluation dates:
2025-06-30
2025-07-01
2025-07-15
3 replies
-
Hi
Can you clarify a little on what you want to filter on? Do you want to slice the data for all dates between the dates selected in the range plus whatever is selected in the second slicer for dates on or after the last date in the range? Or just filter on the second slicer?
Thanks,
Ian
-
hi
I don't quite understand why you are specifying a range of dates when all you are interested in are dates that are equal to or greater than the end date of the range. Surely you just need to specify a single date, then produce a list of dates equal to or later than the specified date.
Also, does the date dimension whose elements you want to generate contain all dates or just the evaluation dates?
Thanks,
Ian