Skip to content

Commit 19797fe

Browse files
Merge pull request #283 from edhans/patch-1
Update incremental-refresh.md
2 parents c9375b0 + f1dd8d0 commit 19797fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerquery-docs/dataflows/incremental-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Incremental refresh can also be invoked by using APIs. In this case, the API cal
105105

106106
## Incremental refresh implementation details
107107

108-
Dataflows use partitioning for incremental refresh. After XMLA-endpoints for Power BI Premium are available, the partitions become visible. Incremental refresh in dataflows keeps the minimum number of partitions to meet refresh policy requirements. Old partitions that go out of range are dropped, which maintains a rolling window. Partitions are opportunistically merged, reducing the total number of partitions required. This improves compression and, in some cases, can improve query performance.
108+
Dataflows use partitioning for incremental refresh. Incremental refresh in dataflows keeps the minimum number of partitions to meet refresh policy requirements. Old partitions that go out of range are dropped, which maintains a rolling window. Partitions are opportunistically merged, reducing the total number of partitions required. This improves compression and, in some cases, can improve query performance.
109109

110110
The examples in this section share the following refresh policy:
111111

0 commit comments

Comments
 (0)