March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello, can you please help put the months in order?
On my date table, the column monthName is sorted by the monthNo, and the monthOfYear sorted by the month name, but it's still showing wrong. Many thanks!
Solved! Go to Solution.
@RenataOGardner
In your calendar table, create another column as follows for sorting monthOfYear then sort your column by this new monthOfYearSort.
monthOfYearSort = INT ( FORMAT( [Dates[Date] , "yyyymm") )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @RenataOGardner,
Try sorting your month of year column with a combination of month number and year.
@RenataOGardner
In your calendar table, create another column as follows for sorting monthOfYear then sort your column by this new monthOfYearSort.
monthOfYearSort = INT ( FORMAT( [Dates[Date] , "yyyymm") )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The column 'month of year' should not be sorted by month name, it needs to be sorted by by a combinaiton of Year & Month. See this post - https://community.powerbi.com/t5/Desktop/Sorting-by-Year-Month-and-Display-Month-Name/m-p/891004
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |