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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello everyone,
I want to sort below month'Year in asending order.
I am not able to sort. please help on this.
Used already-Created monthNo & sorted on and got result correct for only year but not for more than 1 year as it has more than 1 year like in above view .
I don't have to plot year above month row in view.
Thanks
Shiv
Hello @Anonymous ,
Create MonthYearInteger column
MonthYearInteger =
Hi Tarun,
Thanks for reply
I have done this by this way
Created one column
Hi Tarun,
I have done this using @amitchandak post. but thanks for reply you r also corect
@Anonymous
You need to create the sort column including the year, modify monthno column as follows, and sort by that:
YearMonth = YEAR(Dates[Date]) * 100 + MONTH(Dates[Date])________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thanks for reply
I have done this by this way
Created one column
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 6 | |
| 6 | |
| 5 |