Forum Discussion
Date Sort not working in Matrix
- 5 years ago
Hi aksharacoomar ,
Sort the month name using the month number.
Then create a "week num" column, and then sort the "week no" column by "week num" column.
weeknum = WEEKNUM(Sheet5[Date],1)Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You need to use "Sort by column" in the Data view. Click on the column to be sorted (Week no), click "Sort by column", and select the column to sort by (e.g., Week Number, data type = Whole number). You might rename "Week no" as "Week Name", to avoid confusion with "Week Number".
@DataInsights I sorted the data as per your recommendation, yet the data is not sorting. I tried sorting the date column as well but the date column starts with July rather than January.
Do you know how I can fix this?
- V-lianl-msft5 years agoCommunity Support
Hi aksharacoomar ,
Sort the month name using the month number.
Then create a "week num" column, and then sort the "week no" column by "week num" column.
weeknum = WEEKNUM(Sheet5[Date],1)Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.