The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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