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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Deployment pipeline will not overwrite / update report

Hi,

 

for the last 3 or 4 months we have been seeing that our Power BI Deployment Pipeline is not overwriting/updating an existing report. It doesn't matter if you use the web UI or we use the API in Azure DevOps - both ways don't work and the report is not overwritten / updated. When we deploy the report by using Power BI Desktop or TabularEditor, this issue does not occur.

 

Thomas_Roeder_1-1675243085098.png

 

Why Power BI Deployment Pipeline is creating a new report is not understandable. 

 

 

Thanks

 

 

Status: Investigating
Comments
Anonymous
Not applicable

Hi @Thomas_Roeder 

If you edit the report in Deployment workspace and then deploy it to Test workspace , the report can be overwritten / updated ?

 

Best Regards,
Community Support Team _ Ailsa Tao

Thomas_Roeder
Regular Visitor

Hi @Anonymous 

 

no, the report will be created once again. So that we have twice reports with the name "TP_Dashbard" in the Test workspace. 

 

Best Regards,

Thomas

 

Thomas_Roeder
Regular Visitor

Hi @Anonymous 

 

when we deploy /publish with Power BI Desktop. We will be asked if we want to replace the report. 

 

Thomas_Roeder_0-1675925722845.png

 

Hope you can help us, why we can't replace the report with the Power BI Deployment Pipeline.

 

Best Regards,

Thomas

 

MDan
Regular Visitor

Hi @Anonymous,

 

we have the same problem when it comes to deployment of reports.

 

MDan_0-1677768987723.png

As a difference we deploy our reports with the following Powershell command New-PowerBIReport (MicrosoftPowerBIMgmt.Reports) | Microsoft Learn 

 

New-PowerBIReport -Workspace $workspace -Path "$($f.FullName)" -Name "$($f.BaseName)" -ConflictAction CreateOrOverwrite
 
Should we change the parameter to "Overwrite" or do you have any additional information?
 
Best Regards,
Dan
esulyma
Frequent Visitor

Hello, 

 

I'm having the same issue with deploying reports with Deployment Pipelines, I'm having duplicates when moving across workspaces when the report already exists in my production workspace.