Forum Discussion
SDittmannFleet
2 years agoAdvocate IV
Date Slicer Issue
I created a custom column in my primary date table using this code: Slicer Date =
IF(
[Date] <= TODAY(),
[Date],
BLANK()
) The date slicer is set to this custom column. T...
parry2k
2 years agoSuper User
SDittmannFleet if you have already selected the value it will not default to the most recent date. There are other alternate to achieve this.
- SDittmannFleet2 years agoAdvocate IV
OK, so what other ways would I be able to use here? B/c the measure works as expected, and I can pick the most recent date, but it will not default to the most recent date, which is what I was expecting.