Power BI task for jobs
The Power BI task feature is in Public Preview.
While you can publish to Microsoft Power BI online manually from your Databricks workspace, you can use a Power BI task to orchestrate your Power BI semantic models automatically.
To learn more about publishing to Power BI in the Databricks UI, see Publish to Power BI Online from Databricks.
Before you begin
- You must follow the same requirements as when publishing to Power BI manually. For details, see Publish to Power BI Online from Databricks.
- Have, or create, a Power BI connection. See Create a Power BI connection in Unity Catalog for orchestration.
- You must have the
USE CONNECTION
privilege in Unity Catalog for that connection, as well as privileges for accessing the tables and SQL warehouse to be used. See Manage identities, permissions, and privileges for Databricks Jobs.
Configure a Power BI task
After you have a Power BI connection configured, you can create a task to automate publishing using that connection.
The jobs UI displays options dynamically based on other configured settings.
To begin the flow to configure a Power BI
task:
- Navigate to the Tasks tab in the Jobs UI, for the job to which you want to add a task.
- Click + Add task.
- Enter a Task name.
- In the Type drop-down menu, select Power BI.
- Configure the task properties (see the following table for the properties and their use).
- Click Save task.
Databricks recommends setting a Databricks service principal to be the Run as identity on the task. For the best practices, see Best practices for jobs governance. The service principal will require the necessary privileges to access the Databricks tables, schemas, Power BI connection, and SQL warehouse used by the task.
When editing a task, the credentials of the current user are used, but when the task is run, the Run as identity is used. The identity must have the correct privileges to run the task.
Power BI task property | Description |
---|---|
SQL Warehouse | The SQL warehouse that processes refreshes in Import mode, or queries in DirectQuery mode for the semantic model. |
Power BI connection | The Power BI connection for this task. The task uses this connection to fetch Power BI workspaces and semantic models, and to publish to Power BI. See Create a Power BI connection in Unity Catalog for orchestration. |
Power BI workspace | The Power BI workspace to which a semantic model is published. |
Power BI semantic model | The Power BI semantic model to publish. Select an existing model, or type a new model name and click Publish new semantic model <name>. |
Overwrite existing model | By default, metadata updates are only appended to an existing model. Checking this box ensures all metadata and data updates propagate to Power BI semantic models when the task is run. |
Power BI query mode | The default query mode for the tables being published. When DirectQuery is selected, you can also set query modes on individual tables using the Configure table query modes property. One of the following values:
Power BI query mode is also referred to as storage mode in Power BI. For more information about query modes, see Semantic model modes in the Power BI service. |
Tables to update | The source tables and schemas for the semantic model. If you select a schema for this property, then when you run the task, all tables under the schema at that time are used for the update. The task updates any new tables, columns, comments, and primary key/foreign key relationships. |
Authentication method | Defines how the semantic model authenticates back to the chosen SQL warehouse. When using OAuth, credentials may need to be configured on Power BI after the first task run. When using PAT, it will generate and embed a PAT for the Run as identity. |
Configure table query modes | When DirectQuery is selected as the Power BI query mode, you can optionally set individual tables to use Dual storage mode. Tables set to Dual storage mode can act as either Import or DirectQuery modes depending on the context of the query. For more information, see Semantic model modes in the Power BI service. |
Refresh after update | This option is available if Import is selected as the query mode. By default, only the model metadata is updated, but if this checkbox is checked, then it will also trigger a data refresh (which will query the SQL warehouse). This refresh can be seen in the refresh history on Power BI. |
Troubleshooting
For information about troubleshooting publishing to Power BI, see Power BI troubleshooting. If you are still having trouble, you can submit product feedback. See Submit product feedback.