Skip to main content
Refresh one or more Power BI dataset semantic models from a Bolt schedule, so your dashboards reflect the latest data right after your dbt™ pipeline completes.

Prerequisites

Usage

Add the Refresh PowerBI Dataset command to your schedule, then:
  1. Enter one or more Dataset names.
  2. (Optional) Expand Advanced options to set:
    • Request body JSON to customize the refresh (for example, {"refreshType": "full", "retryCount": 3}). It is base64-encoded and passed via the refresh-request-body-b64 flag.
    • Group ID, the 36-character workspace UUID from the Power BI URL after /groups.
  3. Click Add command.
Power BI accepts only one refresh operation at a time per dataset. If a refresh is already running and another is submitted, it returns a 400 Bad Request.

Learn more

See the Paradime Microsoft Power BI CLI for all supported commands and flags.