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,
I have a matrix with Day Month as column and all the other as values - How can I sort the Day Month Ascending ?
I dont have any option to sort by Day Month .
@suvechha , In Nov 2021, few options are added. Else you can create a new column with a new sort
Month Date = [Date Month]
Month Date Sort = format([Date], "MMDD")
If needed create rank
Month DateRank = rankx('Date',[Month Date Sort])
Mark them Month Date Sort or Month Date Rank as sot column of the new copy column and use that
How to Create Sort Column and Solve Related Errors: 
https://www.youtube.com/watch?v=KK1zu4MBb-c
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.