Forum Discussion
Updated record behavior in data flow incremental refresh
- 6 years ago
Hi Narukkp ,
For the existing record, the refresh process will update it, not delete it and add a new record at the end of the table.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Narukkp ,
The refresh mechanism in Power BI just returns the fact data of the data source or the query results to the dataset in the .pbix file. Whether the data is updated or inserted depends on the data table of the data source.
The refresh strategy is just a mover between the data source and the dataset. This process of moving data is similar to the copy + overlay method.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Narukkp6 years agoHelper V
Hi,
v-lionel-msft thank you for response but here my ask is internally power bi how it will do i mean for existing record it will delete and insert the new record or just update the existing record ?- v-lionel-msft6 years agoCommunity Support
Hi Narukkp ,
For the existing record, the refresh process will update it, not delete it and add a new record at the end of the table.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- vkarumanchi6 years agoHelper I
But for me its appending one more record at the end instead of updating the existing record.
scenario : I'm using SQL server and set incremental on abc table ( one month History load and 1 week incremental)
Updated one record in source before refresh run.
one record is appended to dataset after refresh don.
Please make it as solution is it seems to be.
Thank you,
Vara