Forum Discussion
Store data into new table aa static after api call
Hi eliasayyy ,
lbendlin Thanks for your concern about this case!
And eliasayyy , If I understand you correctly, what you mean by static storage is that only the data is stored, and any data transformation steps that occur in table A do not occur in table B, except for the addition of new data. Is that what you mean?
If I remember correctly, only Duplicate can do this in Power Query.
My suggestion is to Duplicate table A before you do any transformations on table A. Then you add a step in table A(2) using the M function to query what data rows do not exist in the Source step of table A that are not present in the current table A(2) and then append those data rows to the current table A(2).
This way, when you have new data to add to Table A (as long as there are no rows that are identical to the existing data), it should be automatically added to Table A(2), and any data transformations to Table A will not be applied to Table A(2).
However, this is a step-by-step process that needs to be further realized depending on your data.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.