Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
@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.