This describes connecting a DataSelf semantic model template to a data warehouse and deploying it to a Power BI Service tenant.
Requirements:
-
Power BI user rights:
-
Credentials with Admin or Member rights to the Power BI Tenant. We recommend not using a guest user for this purpose, but when using a guest user, Admin or Member rights to the Workspaces to publish the semantic model.
-
The credentials must have a Power BI Desktop Pro or Premium license in the Power BI Service.
-
Inform the Tenant URL (from the Tenant’s About Power BI page).
-
Power BI is licensed on a named-user basis. Every person must have their license.
-
-
Access to the data warehouse’s Azure SQL database.
-
It’s all set if the data warehouse is hosted by DataSelf.
-
If the data warehouse is hosted in the client’s Azure SQL, please provide:
-
URL to the dw in Azure SQL.
-
SQL Credentials with reading rights.
-
The required tables the model uses should already be populated in the dw.
-
-
-
Access to DataSelf semantic model templates.
-
It’s all set if the deployment will be performed by DataSelf (GitHub).
-
Otherwise, please request the templates to your DataSelf tech lead.
-
Power BI Service Workspace
We recommend creating a Workspace for each reporting area or group of people. For instance, a Workspace for AP Accounts Payable.
Data Warehouse (dw) Connection
-
Find the model file (pbix, e.g., _AP_Aging_Today.pbix) in the GitHub folder and double-click it to open in Power BI Desktop.
-
In Power BI Desktop, click Transform data -> Data source settings → Change Source → enter the client’s Server and Database fields → Ok.
-
Click Edit Permissions → Edit → select Database on the left panel → enter the client’s SQL credentials in the User name and Password fields → Save → Ok → Close.
-
You might need to click Apply changes.
-
If there are errors, the dw table and column names might have changed:
-
Click Transform data → Transform data → select each Query on the left panel → fix the table name from the box with the M expression (e.g., rename “Source{[Schema="dbo",Item="_D_Vendor" to “Source{[Schema="dbo",Item="D_Vendor" (drop '_' prefix from D_etc).
-
Press Enter to apply the change.
-
-
Click Refresh and wait until it completes successfully.
Publish the Model to the Power BI Service
-
If the user is a guest user of the Power BI Service (otherwise, skip to 3):
-
You’ll need to sign in to your regular Power BI Service first by clicking the Sign in on the top right.
-
Sign out by clicking your name on the top right → Sign out.
-
Click Sign in → Continue to the dialog with your email → User another account → Sign-in options → Sign-in to an organization → enter the domain name of the organization (e.g., dev.dataself.com) → Next → click your email. This Power BI Desktop should now be connected to the proper PBI Service Tenant.
-
Go to item 3 below (skip 2.).
-
-
If the user is from the Power BI Service tenant (same domain) with Admin or Member rights:
-
If your PBI Desktop is not signed in yet, do so by clicking Sign in on the top right.
-
-
Click Publish → Save → click the proper client’s Workspace name → Select → Ok or Replace → wait for the successful publishing.
-
Use the Tenant URL to check if the model has been successfully published.
-
Testing the refresh of the model in the PBI Service:
-
Only Admin or Member users from the tenant can update the model’s credentials to refresh it.
-
Go to the model’s Settings → Data source credentials → Edit credentials → keep it Basic → enter User name and Password from the dw SQL Credentials → Sign in.
-
Go back to the Workspace with the model → click the Refresh icon by the model → the Refreshed column should update once it’s completed. Otherwise, it’ll show a triangle with an error message.
-
-
If desired, click the Schedule refresh → Refresh → toggle it On → select the scheduling options → Apply.
Related Pages
-
Power BI Server & Dynamic IP Addresses – for customer hosting their data warehouse on-prem.