Forum Discussion
custom sort order across multiple columns
- Anonymous8 years ago
67nmark,
In your scenario, you can create the following sort columns in your table.
sort1 = RELATED(Reference[AnswerID])
sort2 = LOOKUPVALUE(Reference[AnswerID],Reference[AnswerText],Table[Column2])
sort3 = LOOKUPVALUE(Reference[AnswerID],Reference[AnswerText],Table[Column3])
……
sort10 = LOOKUPVALUE(Reference[AnswerID],Reference[AnswerText],Table[Column10])
Then you can sort the 10 columns by using these sort columns.
Regards,
Lydia
I have the same issue but with a survey of 70+ questions. Creating a new sort_order column for each question is a complete waste of time. Does anyone have any new solutions to this issue?
I see that this is a common issue and I am really confused as to why Microsoft doesn't simply enable manual sorting within the visual...