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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
First time using a Date Table because I keep hearing I should. Unfortunately visuals are sorting Month names alphabetically. To try and get around that I have added the Month Number to my Date Table. Unfortunately even that is sorting alphabetically. How in the world can get the months to simply appear in the order in which they occur?
Example of what is happening:
Apr, August, ...
Month #:
1, 10, 2, 3,...
Desired Result:
January, February..
Month#:
1, 2, 3...
Screenshots of the problems:
Here is the DAX I have used/modified trying to get the Date table to cooperate:
Solved! Go to Solution.
Hi @Anonymous
After adding the month number, you need to modify the sort order of months names by these numbers:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Anonymous
After adding the month number, you need to modify the sort order of months names by these numbers:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly