Forum Discussion
Sorting problem with imported data from query
- Oct 02, 2019
Table returned by Power Query and manually added columns are not synced. You may link them by some field, if exists, e.g. Task ID. Or move your calculations into Power Query - it looks like column Time Left could be added within Power Query and returned to Excel together with main table.
Table returned by Power Query and manually added columns are not synced. You may link them by some field, if exists, e.g. Task ID. Or move your calculations into Power Query - it looks like column Time Left could be added within Power Query and returned to Excel together with main table.
Hello Sergei!
Thank you for the answer.
I do have a column to use as linkage. I am just not sure how to do that. Do you have a tutoria link at hand that I could maybe use?
I will try the 2nd solution as well and see how far I can get with it.
Thanks again!
- SergeiBaklanOct 02, 2019Diamond Contributor
Second option with Power Query is much more preferable. If with ID you may add values from one table into another using INDEX/MATCH or VLOOKUP based on ID.
- DenisLOct 02, 2019Copper Contributor
The 2nd solution works amazingly! Thank you! I have almost finished my whole data set.
- SergeiBaklanOct 02, 2019Diamond Contributor
DenisL , you are welcome