Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi All,
When i am trying to sort the week which contains year also(W1 2021) is not getting sorted properly as shown below
The expected output is W1 2021 W2 2021 W3 2021..... W1 2022 W2 2022 W3 2022....
Actual output is :as shown in above screenshort.
Kindly help me. Thanks in advance.
Regards,
Ramesh.
Solved! Go to Solution.
Hi @Ramesh4321,
You need to create an index column for the [week_year] column. For example.
Index = YEAR('Table'[Date])*1000+WEEKNUM('Table'[Date])
Then select the [week_year] column and sort by index.
If the amount of data is large, you can use the SUMMARIZE function to create a summary table.
This is the table I used for testing.
This is the final sorting result.
Attached PBIX file for reference.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @Ramesh4321,
You need to create an index column for the [week_year] column. For example.
Index = YEAR('Table'[Date])*1000+WEEKNUM('Table'[Date])
Then select the [week_year] column and sort by index.
If the amount of data is large, you can use the SUMMARIZE function to create a summary table.
This is the table I used for testing.
This is the final sorting result.
Attached PBIX file for reference.
Best Regards,
Community Support Team_Gao
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hey @Ramesh4321
There are several options for the solution
1. Search for three points in the right up corner in the visual "SORT by" and try to sort by week and not by year (assuming that DIM Date is correct or Date column)
2. Create an index column for the relevant columns and then do Sort by Index
If that does not help please share a file or more details and I will solve it for you
Goodluck!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 30 | |
| 30 | |
| 25 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 57 | |
| 36 | |
| 28 | |
| 24 | |
| 20 |