Aug 24 2021 01:51 PM
Hello All,
Hoping you can give me some options.
I have an order list (xlsx) where action items are added to the file to track.
The file changes weekly with new orders added.
I created a connection to the live order file using power query and added a column to track the action items.
As the connection is refreshed weekly, new orders get added and actions items no longer align to the previous weeks orders. They shift to another order which is totally incorrect
Can anyone suggest approach to keep the actions items aligned whilst allowing a refresh to pick up the new orders the next week
Hope i am clear, thank you for your time.
Aug 24 2021 02:03 PM
That's only if you have unique ID:s for the records. The trick is to query again returned by it table from spreadsheet and merge with itself on ID. That will sync with manually added column. Expand it after the merging, you will have combined query.
Please note all above shall be done within one query, not as separate queries.
Aug 25 2021 01:29 AM
Aug 25 2021 02:50 AM