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
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
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.