Forum Discussion
Custom Date Range Slicer Not applying on visuals
- 1 year ago
Hi Anonymous,
The issue is not resolved. I am trying to find the solution. Once I find sometihng I will share it for everyone's reference.
Regards,
Surekha Prasad
Custom Date Range Logic Conflict
If your custom date range logic (e.g., “Current Month”) is a calculated column or measure, it may not be responding to slicer selections the way you expect.
IsCurrentMonth =
IF(MONTH([Date]) = MONTH(TODAY()) && YEAR([Date]) = YEAR(TODAY()), 1, 0)
🛠 What You Can Try Right Away
-
Verify relationships: Ensure
Calendar Dateis correctly related to your fact table. -
Inspect visuals with errors:
-
Check which field is used for filtering
-
See if it uses a different date column or disconnected table
-
-
Test filters:
-
Temporarily replace the "Current Month" slicer with a direct filter on
Calendar Dateand see if it works
-
-
Check the error message on the “i” icon and share it here if unsure — that’ll help pinpoint it fast
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!