Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Problem with X Asix Sorting Month and Year

Hey guys, i have the following problem:

 

I have a dataset with a date column with values beginning from 2021-9 to today (formatted as date).

Now when i create a visual with the date on the x - Axis it gets sorted like that

 

Jan - September - Oktober-November December

 

But what i need is:

 

September - Oktober - November - December - January Because (its 2022)

I tried it with Concatenate and formatting it as a whole number and then sort it by that doesnt work.

 

Any suggestions?

 

EngineerFabi_0-1643370486498.png

Thanks in advance. I did not find a solution that work for me via the search function.

 

BR

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

Change the format of your date to (yyyy-mm) and add the date in column chart as a hierarchy .

Ailsamsft_0-1643870908789.png

Ailsamsft_1-1643870908790.png

The final result is as shown :

Ailsamsft_2-1643870908792.png

Best Regard

Community Support Team _ Ailsa Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @Anonymous 

Change the format of your date to (yyyy-mm) and add the date in column chart as a hierarchy .

Ailsamsft_0-1643870908789.png

Ailsamsft_1-1643870908790.png

The final result is as shown :

Ailsamsft_2-1643870908792.png

Best Regard

Community Support Team _ Ailsa Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi ValtteriN,

 

thanks for your advise. It definetly helped me but now my x axis looks like this:

 

EngineerFabi_0-1643373424844.png

If i sort the X-Axis it doesnt help at all.

 

Any suggestions?

Anonymous
Not applicable

the column seems to be in a text format. When i change it to date it sometimes messes up the year and tooks for every row 2022.

Hi,

You can add additonal column with number type data and use that to sort your axis. e.g.

sort = CONCATENATE(YEAR('Calendar'[Date]),MONTH('Calendar'[Date]))

ValtteriN_0-1643374367110.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Ok ty! this worked, but now i have on the X-Axis the Sort Value like this:

EngineerFabi_0-1643375252294.png

But for the Dashboard viewers it would be better to have the CustomColumn on the X-Axis. But how can i define X=CustomColumn but sort it with the Sort column?

 

BTW. The mistake i did was that there was the zero missing for january "01" so i wasnt sorted correctly before by number

 

ValtteriN
Community Champion
Community Champion

Hi,

For these type of visualizations I highly suggest using a format that display year and month at the same time. Here is one way to do this in a calendar table: 

CustomFormat = FORMAT(DATE(YEAR('Calendar'[Date]),MONTH('Calendar'[Date]),1),"MMM-YY")

After you have this kind of column you can sort it e.g. using a column with data like this 2021,12
This will solve your sorting issue and it will make the visualization more readable.

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!






Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.