Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
trevorgermain
Advocate I
Advocate I

Automate report deployment

DevOps will not allow publishing reports to production environment by using manual Power BI Desktop publishing.

DevOps will not allow me to connect to the production database to get my connection string right

 

I am attempting to do the following via PowerShell script (PowerBIPS) and REST:

1. Create new datasource on gateway

2. Import .pbix to AppWorkspace

3. Change dataset connection string to redirect from dev server to production server (connection string server and database name need to match the server and database name configured in datasource)

4. Reset dataset gateway binding

 

This doesn't work for import datasets... gives the error "Invalid dataset. This API can only be called on a DirectQuery dataset". The Power BI Embedding story really needs to support the enterprise deployment story better.

 

2 REPLIES 2
Eric_Zhang
Microsoft Employee
Microsoft Employee


@trevorgermain wrote:

DevOps will not allow publishing reports to production environment by using manual Power BI Desktop publishing.

DevOps will not allow me to connect to the production database to get my connection string right

 

I am attempting to do the following via PowerShell script (PowerBIPS) and REST:

1. Create new datasource on gateway

2. Import .pbix to AppWorkspace

3. Change dataset connection string to redirect from dev server to production server (connection string server and database name need to match the server and database name configured in datasource)

4. Reset dataset gateway binding

 

This doesn't work for import datasets... gives the error "Invalid dataset. This API can only be called on a DirectQuery dataset". The Power BI Embedding story really needs to support the enterprise deployment story better.

 


@trevorgermain

The update connection string API Set All Connections only supports DirectQuery datasets.

My question is, why not allow me to connect to the production database? As in your steps, the step 1 and 3 both need the pro duction connection string and crendentials to implement.

We are a SaaS organization, and are embedding Power BI. The production database is a multi-tenant data warehouse with highly confidential data in it. It would be a common use case to work on a development environment, then deploy to a production environment. It will never be ok to do development directly against the production database.

 

The connection information is pulled from a secure source during deployment, so as a dev, I never have access to the production connection details.

 

Why would it be ok to modify DirectQuery connection string, but not Import mode connection string via Set All Connections?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.