JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I'm trying to create a process using Power Query where an initial (empty) table is updated with values by a user which then produces an output table.
3 tables: Initial, Input, Output. Input values always overwrite Initial table to produce Output table
Currently, I can update a single record, but if I update another record, the first record I tried to update, reverts to the initial value.
If using SQL/databases I'm looking for an index record update or table persist type action - i.e. to overwrite data. For now, there is no need to roll back or revert to previous states.
With this example file, can anyone advise how to do this? I've included examples of data entry and expected output
TIA,
Jack
I'm trying to create a process using Power Query where an initial (empty) table is updated with values by a user which then produces an output table.
3 tables: Initial, Input, Output. Input values always overwrite Initial table to produce Output table
Currently, I can update a single record, but if I update another record, the first record I tried to update, reverts to the initial value.
If using SQL/databases I'm looking for an index record update or table persist type action - i.e. to overwrite data. For now, there is no need to roll back or revert to previous states.
With this example file, can anyone advise how to do this? I've included examples of data entry and expected output
TIA,
Jack