Forum Discussion
eduardobujak
2 years agoRegular Visitor
Data Duplication Issue in Daily Power BI Desktop Refresh
Good morning, everyone! I'm experiencing a problem with my Power BI Desktop file when it performs its daily refresh after being published to the workspace. My data source is an incremental dataflow...
lbendlin
2 years agoSuper User
Show the entire power query code. Which field is the basis for the range filters?
eduardobujak
2 years agoRegular Visitor
Here is the complete Power Query code. The base field for the filter is updatedat.
- lbendlin2 years agoSuper User
Updatedat is not a suitable field. Incremental Refresh needs something immutable like Created Date. Even then you have to refresh historical partitions if the row contents changes.