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! Request now
HI Team,
Test Case 1:
I am trying to deploy PBIX file (which is having only Report) into PowerBI service using Azure DevOps services using CI CD pipelines. While am trying to deploy it's duplicating the reports even am trying to provide as Overwrite argument using powershell and also it is not overwriting the existing one.
New-PowerBIReport -Path $reportPath -Name $reportName -WorkspaceId $workspaceId -ConflictAction Overwrite
https://gallery.technet.microsoft.com/AzureDevOps-CICD-for-fefd58b8
Provided link is not working, We have two workspaces 1 workspace for Dataset and 1 workspace for Report.
When we are deploying the report using Devops pipelines the report is not being overwrite it is creating the new report id
Hi, @Anonymous
I am glad to help you.
First you need to make sure that all the parameters (e.g. $reportPath, $reportName, $workspaceId) in the PowerShell command are correct.
Then you can verify that the permissions are set correctly between the Azure DevOps service and the PowerBI service to ensure that there are permissions to override the report.
You can also try deploying using the PowerBI REST API, which may provide more control and options.
And you can also check out this blog which helps you understand the CICD for Azure DevOps:
PowerBI - CICD using Azure DevOps - Microsoft Fabric Community
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
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.
| User | Count |
|---|---|
| 52 | |
| 21 | |
| 11 | |
| 11 | |
| 10 |