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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 35 | |
| 35 | |
| 28 |
| User | Count |
|---|---|
| 134 | |
| 101 | |
| 71 | |
| 67 | |
| 65 |