Forum Discussion
Filter a slicer visual based on a measure
- Anonymous3 years ago
Hi ConnieMaldonado ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Other table:
(2) We can create a table [SlicerDates] and place the table's date field on the slicer.
SlicerDates = CALENDAR(MIN('Other Table'[Date]), MAX('Other Table'[Date]))(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ConnieMaldonado ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Other table:
(2) We can create a table [SlicerDates] and place the table's date field on the slicer.
SlicerDates = CALENDAR(MIN('Other Table'[Date]), MAX('Other Table'[Date]))
(3) Then the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.