refresh_partition
Refresh a single partition in a Power BI semantic model when only one slice changed, offering a cheaper alternative to full table refresh. Defer the refresh to commit when inside an open model transaction.
Instructions
Refresh ONE partition (RefreshType.Full) - cheaper than refresh_table when only one slice changed. Inside an open model transaction the refresh is deferred to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | the partition to refresh | |
| table | Yes | ||
| sessionId | Yes |