Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext 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
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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 41 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 32 | |
| 32 | |
| 32 |