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
Hello,
I'm not seeing duplicates in the service though, only when consumed within the report. Is this expected behaviour for the incremental refresh?
Thanks,
Dayna
- lbendlin4 years agoSuper User
Can you confirm that your M query is shaped according to the rules I mentioned?
- Dayna4 years agoHelper V
I've not configured this other than in the UI within the PowerBI service, it has automatically created this:
Table.SelectRows(#"Changed column type 2", each DateTime.From([pro2created]) >= RangeStart and DateTime.From([pro2created]) < RangeEnd)- lbendlin4 years agoSuper User
That looks accurate. How do you know that records are duplicated?