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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I need to change the date order shown in date slicer as shown below:
Current State:
Expected State:
So I want the Max date to come first and want to use the slicer from left to right to select date ranges between Max date and Min date.
Solved! Go to Solution.
Hi , @saif
Unfortunately, I'm afraid it couldn't achieve in Power BI for now after my research.
For your requirement , you can come up with a new idea and add your comments there to make this feature coming sooner. https://ideas.powerbi.com/forums/265200-power-bi-ideas
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @saif
Unfortunately, I'm afraid it couldn't achieve in Power BI for now after my research.
For your requirement , you can come up with a new idea and add your comments there to make this feature coming sooner. https://ideas.powerbi.com/forums/265200-power-bi-ideas
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@saif , I doubt that is possible.
But Try this
New Date = [date]
New Rank = rankx(all(Table),[Date],,desc,dense)
Sort new date on new rank and try.
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.