Forum Discussion

apaceAW's avatar
apaceAW
Regular Visitor
1 year ago
Solved

Power BI Incremental Refresh Behavior Question

Hello. I'm trying to understand the behavior of Power BI's incremental refresh functionality. I'm not a Power BI developer but I have a decent understanding of the basics.   Here's the setup in the...
  • lbendlin's avatar
    1 year ago
    Parameters for range start and range end applied to the last_updated_date in the table

    Let me stop you right there.  last_updated_date is not a suitable column for incremental refresh partition policies. This will result in data duplication across partitions.  Instead use an immutable column like created_date.