Forum Discussion
VoltesDev
4 years agoHelper V
How to make column for sorting ?
Hi, In my table I have rows values which has no sort in its data source (direct query), as below: ColumnA High Medium Low So I figured I must create new column and create some so...
- 4 years ago
I prefer to do my data modelling in Power Query.
Hope this helps.
AlexisOlson
4 years agoSuper User
You could also key in the Sort column by modifying the Source step rather than defining a custom column (assuming the table was created in the query editor to begin with, of course).
VoltesDev
4 years agoHelper V
Hi,
Sure, but I'm using Direct Query (which I didn't tell in this thread). So have limitation of modifying source, especially cannot add table.
Thanks