Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 🙂
Solved! Go to Solution.
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
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?
Worked well, now the month are sorted.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 46 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 88 | |
| 75 | |
| 41 | |
| 26 | |
| 26 |