Skip to content

Commit

Permalink
Correct Incremental Refresh documentation TE2 (#102)
Browse files Browse the repository at this point in the history
Correct incremental-refresh.md
  • Loading branch information
MariaJoseFF authored Jun 28, 2024
1 parent 7ff7e87 commit f918b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion te2/incremental-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Datasets hosted in the Power BI service can have [Incremental Refresh](https://d
4. Next, select the table on which you want to enable incremental refresh
5. Set the `EnableRefreshPolicy` property on the table to "true":
![Enable Refresh Policy](https://user-images.githubusercontent.com/8976200/121339872-3842c080-c91f-11eb-8e63-a051b34fb36f.png)
6. Configure the remaining properties according to the incremental refresh policy you need. Remember to specify an M expression for the `SourceExpression` property (this is the expression that will be added to partititions created by the incremental refresh policy, which should use the `RangeStart` and `RangeEnd` parameters to filter the data in the source). The = operator should only be applied to either RangeStart or RangeEnd, but not both, as data may be duplicated.
6. Configure the remaining properties according to the incremental refresh policy you need. Remember to specify an M expression for the `SourceExpression` property (this is the expression that will be added to partitions created by the incremental refresh policy, which should use the `RangeStart` and `RangeEnd` parameters to filter the data in the source). The = operator should only be applied to either RangeStart or RangeEnd, but not both, as data may be duplicated.
![Configure Properties](https://user-images.githubusercontent.com/45298358/170603450-8232ad55-0b4a-4ead-b113-786a781f94ad.png)
7. Save your model (Ctrl+S).
8. Right-click on the table and choose "Apply Refresh Policy".
Expand Down

0 comments on commit f918b86

Please sign in to comment.