Forum Discussion
Between Date Slicer with Relative Date Visual Filter not affecting table
- Anonymous3 years ago
Hi kxj ,
In myside, I can reproduce your issue. When I set a relative date filter on my between slicer, my table visual will still show all values.
As far as I know, this should be caused that there is no selection in slicer so Power BI will not set the new start date and end date to your table visual. Here I suggest you to use the two sliders in the between slicer. This will activate the between slicer.
Or you can use the relative date filter on your table visual as well.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
kxj , As of now Range slicer do not default well based on filter from other slcier.
We usually create a column like
If([Date]<= Today() && [Date]>= (eomonth(Today(), -1* month(Today())) +1), "YTD" , "Other")
and save it on YTD
You can log an idea : https://ideas.powerbi.com/ideas/