Forum Discussion
Anonymous
3 years agoNot applicable
Update date slider to max date dynamically
Hi,
I am using Version: 2.112.1161.0 64-bit (December, 2022), and the end date of the slider does not update to max of date dynamically when refreshed.
Has anyone faced this issue?
Regards,
Ashfiya
1 Reply
- amitchandakSuper User
Anonymous , The information you have provided is not making the problem clear to me. Can you please explain with an example.
We usually create a column like this as use in slicer and same on Max date
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]&"")
Appreciate your Kudos.