Forum Discussion
Dayna
4 years agoHelper V
Incremental refresh causing duplicate rows
Hello, I've implemented incremental refreshes on one of our fact tables, called 'Transactions'. I can see on a given day there's been a change to some rows, and when this dataflow is consumed...
Dayna
4 years agoHelper V
Sadly not, I ended up disabling the incremental data refreshes.
hmorrow
4 years agoFrequent Visitor
That's too bad. Only way around I found is to remove duplicates and keep the most recent when bringing in the dataflow to a dataset. However, that's not the best option since you'd have you do that for each report you build...