Bug Report - Calendar Slicer Disables Previous Full Week if Current Day Data is Filtered Out
Hello PA Team,
I'm reporting a bug in the Calendar Slicer logic when using "Weeks" granularity.
Scenario:
I have a data model where data is filtered strictly "before today" (date < today()).
Assume "Today" is Monday. This means the dataset contains complete data up to and including Sunday (the full previous week).
In Discover, I add a Calendar Slicer and set the Week Start to Monday.
I switch the slicer granularity to "Weeks".
Actual Behavior:
The previous week (which is fully present in the data from Mon to Sun) is grayed out/disabled and cannot be selected.
It seems the slicer requires data for the current day (Monday) to exist in order to "close" and enable the previous week block.

Expected Behavior:
Since all 7 days of the previous week are present in the data, that week should be available for selection. The presence or absence of data for the current week/day should not affect the selectability of the previous full week.
Workaround:
Changing the filter to date <= today() (including the current empty/partial day) enables the previous week in the slicer. However, this proves that the logic is flawed.
Thanks!