cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
TillerTechnical
Frequent Visitor

Month Sort by short name error

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

3 REPLIES 3
v-shex-msft
Community Support
Community Support

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.

Custom Sorting in Power BI 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
amitchandak
Super User
Super User

@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

 

Sort Month Year.png

Thanks Amitchandak,

 

I did do that, setting up a month sort column and followed normal processes as you suggested, though it has not worked.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors