Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi There!
I have been tearing my sparse hair out re an error with sort orders for months.
Went through the whole Date table setup, sorted by month number, report Matrix works with long month name or number fine.
Change to Short Month name and it changes to alphabetical order instead. Have tried everything here and driving me nuts.
It worked on a previous report & have tried to copy everything, but this just will not work.
Cheers for any input
Drew
Hi @TillerTechnical,
I suppose you are trying to sort the text field which stored the short version of date values, right?
For this scenario, I think you can consider creating a custom sorting table for specific sorting orders. You can refer to the following blog to know more about this.
Regards,
Xiaoxin Sheng
@TillerTechnical , If it month or month year you need a sort column
--Month Year
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Sort on Month Year sort
Month = FORMAT([Date],"mmm")
Month sort = FORMAT([Date],"mm")
Sort on Month sort
refer : https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Thanks Amitchandak,
I did do that, setting up a month sort column and followed normal processes as you suggested, though it has not worked.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |