Forum Discussion
Syndicate_Admin
2 years agoAdministrator
sort column according to another
I want to sort column1 by the numbering of column2 and I get the following error How could I solve it? Column1 Column2 albert 1 albert 1 juan 3 manuel 4 thank you.
AngeloParana
2 years agoResolver I
You can initially make the column 1 as distinct first in PowerQuery then load. You can now sort the column1 by column 2. After that back to Powerquery then remove the step that make the column1 distinct and apply. Sorting still applies
- Syndicate_Admin2 years agoAdministrator
I try to sort having modified the values in the description column but I keep getting an error, I can't find the why.
Thank you.