Forum Discussion
Khushboobarai
9 months agoHelper IV
Date Slicer
How to make the Date slicer without the slide range (slider) and only one date with calendar icon which should work as the real life calendar to slecte a particular date like if we slecet between , b...
- 9 months ago
This is a bit of a workaround, but it is how I do it myself.
I go to visual and pick after.
Than I reduce the size of the visual so it only shows the top date (even thought both date technily are there.)
You can add a filter in dax that makes sure you filter the entire page to the minimum selected date.
I hope this helps. 🙂
Kedar_Pande
9 months agoSuper User
Use the "Before" slicer type, then hide the 1st block, and use Max(Date[Date]) in your measures