Forum Discussion

PBI_RH's avatar
PBI_RH
Regular Visitor
3 years ago
Solved

Dataset Incremental Refresh - Append only or update/insert

Hi Everyone,

 

Our ETL load data daily. I setup PBI dataset incremental refresh based on colume "ETL load time". Basically dataset append

today's data only. 

I just found out that at the end of each month, the KPI columns will be updated for everyday in the whole month. 

 

Sep 1st load

001, 2022-09-01,  100

Sep2  incremental load,  adding one row

001, 2022-09-01,  100

002, 2022-09-02, 120

...

...

Sep 30 incremental load, adding one row for sep30, also need to update KPI values for all the rows. 

001, 2022-09-01,  105

002, 2022-09-02, 128

....

030, 2022-09-30, 230. 

=========================

QQ: could you please let me know if it can be done by incremental load or I have to use full refresh?

 

 

 

2 Replies