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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have Date table with Column in MMM format (Jan / Feb etc).
I could not sort the month by Date Order. Help me if possible.
Solved! Go to Solution.
Hi,
Please try these:
T_Month = FORMAT('Table'[Date],"MMM")
MonthNo = FORMAT('Table'[Date],"MM")
Then you can sort [T_Month] by [MonthNo].
Best Regards,
Giotto
Hi
I have added a New Column as below :
Hi,
Please try these:
T_Month = FORMAT('Table'[Date],"MMM")
MonthNo = FORMAT('Table'[Date],"MM")
Then you can sort [T_Month] by [MonthNo].
Best Regards,
Giotto
Thanks for your quick support and clarification.
My Learning :
To sort Month in MMM format. I need a column in MM format.
Similarly
To sort Month in MMM-YY format. I need a column in YYYYMM format.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!