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! Request now
hi all.
i have this table below, is there a way to sort the date in sequence?
The ascending and descending order was greyed out.
Thank you.
Solved! Go to Solution.
Please check the file I shared. I changed the year to the range and it is sorting correctly.
As suggested by @Greg_Deckler .
Add a column like
Month year sort = format(Date[Date],"YYYYMM")
And mark it as the sort column
File is attached
You need to add a column in your Power Query that you can use for sorting and then use Sort By on your column in Power BI Desktop
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.