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! Don't miss your chance! Learn more
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 70 | |
| 60 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 27 | |
| 27 |