Forum Discussion
pbi_taken
2 years agoHelper I
Incremental refresh og selected refresh using data pipeline
Hi, Wondering if anyone has done this successfully? I'm using the copy activity to get data from my on-prem sql server. I would like to not overwrite my entire table on each refresh. I eac...
- 2 years ago
I think you will need to use Notebook to upsert into Lakehouse.
There is an example of upsert here:
https://microsoftlearning.github.io/mslearn-fabric/Instructions/Labs/03b-medallion-lakehouse.html
There is an overview of some functions here:
rubayatyasmin
2 years agoCommunity Champion
- pbi_taken2 years agoHelper I
Hi rubayatyasmin ,
Thanks! Maybe my question was a little misleading. My destination is a Lakehouse and with that it does not give me the option of upserting.
Could an expression builder solve this, and if so, I do not know..