This guide describes how to setup the Unified Data Platform Power BI reports to Microsoft Fabric.
If you have not done so, follow the instructions in Medallion Architecture with PBI Dashboard Deployment Guide to deploy the required Fabric resources.
-
In Microsoft Fabric, open the
udplz_goldlakehouse. -
Go to Lakehouse settings (top left) and locate the SQL analytics endpoint.
-
Copy the SQL connection string. You will use this value to verify or configure connections in both automated and manual deployments.
You can deploy the Power BI report using either of the following approaches:
- Option 1: Automated Report Deployment (PBIX) – Recommended for most scenarios.
- Option 2: Manual Report Configuration (PBIT in Power BI Desktop) – Advanced setup.
-
PBIX Upload and Connection Setup
- The Fabric automation script uploads the
.pbixfile to thereportsfolder in your Fabric workspace. - The report is preconfigured to connect to the
udplz_goldlakehouse using the SQL endpoint.
- The Fabric automation script uploads the
-
Verify Connection in Power BI
- In your Fabric workspace, open the
reportsfolder and locate the semantic model linked to the report. - Open the model’s Settings (three dots menu).

- If you’re not the owner, click Take Over.

- Under Parameters, check the value for
sqlEndPointand confirm that it matches the SQL endpoint obtained earlier.

- In your Fabric workspace, open the
-
Explore the Report
- Once verified, you can start exploring the report without additional configuration.
Tip:
- If you experience connection issues, see the Troubleshooting section.
- If the SQL endpoint does not match, follow the steps in Option 2 to manually configure the connection.
-
Download the
.pbitTemplate- From the repository’s reports folder, download the
.pbittemplate file.
- From the repository’s reports folder, download the
-
Open in Power BI Desktop
- Launch Power BI Desktop and open the downloaded
.pbitfile.
- Launch Power BI Desktop and open the downloaded
-
Provide Connection Details
- When prompted, enter:
- sqlEndpoint: The value obtained in the earlier step.
- database:
udplz_gold.
- When prompted, enter:
-
Authenticate
- Sign in with your organizational account to establish the connection.
-
Verify and Publish
- Ensure the data model loads and visuals render correctly.
- Once verified, publish the report to your Fabric workspace.
| Issue | Likely Cause | Action |
|---|---|---|
| Parameter Issues | Incorrect server, database, or schema values | Double-check all parameter values against your environment |
| Data Refresh Failures | Invalid credentials or permissions | Confirm credentials, privacy levels, and authentication method |
| Missing Tables | udplz_gold tables absent or schema mismatch |
Verify tables exist and schema names match |
| Access Permissions | Insufficient permissions in Fabric or data source | Ensure your account has proper access |
| Capacity/Performance | Resource limits or slow refresh | Consider scaling Fabric capacity |

