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 Team,
Is there any way to sort the filter by year in Power BI desktop?
Can I sort this by year so 2018 and then 2019 Months in order?
Solved! Go to Solution.
Hello @adityavighne ,
You can, yes. You will need a column on your table that calculates a number to use for sorting the column. Something like this:
YearMonthSort = YEAR([Date])*100 + MONTH([Date])
Then you select your Year Month column in the table view and go to Modeling > Sort by Column and pick YearMonthSort
Hello @adityavighne ,
You can, yes. You will need a column on your table that calculates a number to use for sorting the column. Something like this:
YearMonthSort = YEAR([Date])*100 + MONTH([Date])
Then you select your Year Month column in the table view and go to Modeling > Sort by Column and pick YearMonthSort
Thank You!
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 |
|---|---|
| 61 | |
| 58 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 99 | |
| 38 | |
| 29 | |
| 29 |