Forum Discussion
The merged tables do not sort correctly
- 4 years ago
Hello,
I found a solution. I added, before merging the query, an index column, which numbered my data from 0 to N ... When I used merge with the second table, it shuffled the whole index column, but I had it sorted again from 0 to N, so it was solved.
Thanks for your time ๐
Check your applied steps in the right side of the Power Query editor and see if there's a "sort" step in there. If there is, remove the step.
Also, if you are using the function labeled "Merge" I would try "Append" instead.
- Simon_294 years agoHelper II
Hi.
I don't have any "sort" step there. I canceled all the filters and tried to merge it again and now it doesn't give me the first 3 data below itself in the form: Badge, Badge, Badge, Name, Name, Name .. but it only gives the first 2 - Badge, Badge, Name, Name. I can't use the append because I need it to merge common values โโfor me - that is, to append values โโfrom one table to another based on an ID.
But thank u for trying ๐