Forum Discussion
How to sort weeknumber in row?
- 8 years ago
I found that I can sort it in the report after I submitted to the web. just go to that visualization at right corner and select sort by weeknumber then done. it's not working in desktop.
thank you everyone.
Credits to @ipsingh79 in an earlier forum post. I checked his solution and that works:
Please check if all weeks are correctly filled like 201801, 201818, etc. This must be correct to let the solution work.
Open Edit Query --> Add custom column as : SortWeek = 999953 - [Week]
Apply and Close the query editor
Sort the original Week column with the custom column "SortWeek"
Matrix will be correctly sorted (201803 as first column)
I found that I can sort it in the report after I submitted to the web. just go to that visualization at right corner and select sort by weeknumber then done. it's not working in desktop.
thank you everyone.