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 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