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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Johan-MTM
Helper III
Helper III

Sort month

Hi!
I have a slider with Year and month where I want year sorted decending but month sorted from Jan to Dec.
I'm sure I'm missing the obviosly but never the less - I need help 🙂

JohanMTM_0-1694163649571.png

 

1 ACCEPTED SOLUTION
eliasayyy
Memorable Member
Memorable Member

hello @Johan-MTM  create a new column in your table called month number 

either 

Month Number = MONTH('Table'[Date])


or 

Month Number = FORMAT('Table'[Date],"MM")


if you use the latter , change the data type to whole number after

after you create your month number , press on the month name column and in the ribbon above in the table tools , you will find something called sort by column , press it and choose month number

View solution in original post

2 REPLIES 2
eliasayyy
Memorable Member
Memorable Member

hello @Johan-MTM  create a new column in your table called month number 

either 

Month Number = MONTH('Table'[Date])


or 

Month Number = FORMAT('Table'[Date],"MM")


if you use the latter , change the data type to whole number after

after you create your month number , press on the month name column and in the ribbon above in the table tools , you will find something called sort by column , press it and choose month number

Hi @eliasayyy and thank you for your reply! is this the way to do it?

JohanMTM_0-1694421739007.png

 

Worked well, now the month are sorted. 



Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

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.