Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi
I am using deployment pipeline in order to deploy power bi app from dev to test to prod
one of my report contains a power app visual
in power app I have different environments as well (dev, test, prod)
I want to configure the deployment pipeline that will change the power app environment connection automatically (same as I configured for DB)
is it possible?
if not, is this feature is planned?
Solved! Go to Solution.
Hi @OriT ,
You can leverage the deployment pipelines Power BI REST APIs, to integrate Power BI into your organization's automation process.
As part of the deployment API call, you can update the content of the app that's related to that stage. Using this capability, new or updated Power BI items will automatically be available to your end users, once a deployment has been completed. For this operation use either the Deploy all or the Selective deploy APIs, with PipelineUpdateAppSettings.
Deployment pipelines automatically binds Power BI items that are connected across pipelines, if they're in the same pipeline stage. When you deploy such items, deployment pipelines will attempt to establish a new connection between the deployed item and the item it's connected to in the other pipeline.
I hope this link will help to resolve your problem,
Re: Deployment Pipeline of Report with Embedded Po... - Microsoft Power BI Community
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @OriT ,
You can leverage the deployment pipelines Power BI REST APIs, to integrate Power BI into your organization's automation process.
As part of the deployment API call, you can update the content of the app that's related to that stage. Using this capability, new or updated Power BI items will automatically be available to your end users, once a deployment has been completed. For this operation use either the Deploy all or the Selective deploy APIs, with PipelineUpdateAppSettings.
Deployment pipelines automatically binds Power BI items that are connected across pipelines, if they're in the same pipeline stage. When you deploy such items, deployment pipelines will attempt to establish a new connection between the deployed item and the item it's connected to in the other pipeline.
I hope this link will help to resolve your problem,
Re: Deployment Pipeline of Report with Embedded Po... - Microsoft Power BI Community
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.