Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi all,
Recently I am facing an issue with the date slicer "between", it is not showing the latest date by default any suggestions on how to solve this issue?
Hi @NourJ ,
I have created a simple sample, please refer to my pbix file to see if it helps you.
Create a date table.
Table 2 = CALENDAR(DATE(2023,1,1),DATE(2024,12,31))
Then create 2 columns.
Slicer Date column = if('Table 2'[Date]= MAX('Table'[date]),"Latest Date",'Table 2'[Date]&"")Is Active Dates = if('Table 2'[Date] <= max('Table'[date]),1,0)
Then filter the silcer is 1.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.