The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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