This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 23 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 38 | |
| 28 | |
| 23 | |
| 22 |