Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I use Power BI Automation Tools in a release Azure DevOps but when I try to deploy content to the Test stage, I have an error indicated a bad request (400).
Here is my task, and I don't understand why this error ?
Solved! Go to Solution.
Hi @Anonymous,
Is that you are using Power BI automation tools extension for Azure DevOps? It seems that your api does not have enough permissions.
Before you start using the deployment pipelines APIs, make sure you have the following:
The service principal or user you're using to call the APIs, needs pipeline and workspace permissions, and access to an Azure AD application.
If you're going to use PowerShell scripts, install the Power BI PowerShell cmdlets Install-Module MicrosoftPowerBIMgmt.
For more details you can refer this:
Video:
Integrating Power BI deployment pipelines into Azure DevOps and Azure Pipelines. | OD29 - YouTube
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous,
Is that you are using Power BI automation tools extension for Azure DevOps? It seems that your api does not have enough permissions.
Before you start using the deployment pipelines APIs, make sure you have the following:
The service principal or user you're using to call the APIs, needs pipeline and workspace permissions, and access to an Azure AD application.
If you're going to use PowerShell scripts, install the Power BI PowerShell cmdlets Install-Module MicrosoftPowerBIMgmt.
For more details you can refer this:
Video:
Integrating Power BI deployment pipelines into Azure DevOps and Azure Pipelines. | OD29 - YouTube
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
10 | |
8 | |
5 | |
4 | |
4 |