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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Team,
Is there any Powershell cmdlet available for Replacing the PowerBI report which is already available in workspace. We can use New-PowerBIReport Command for Publishing new report but suppose we want to publish and replace same report in workspace then which cmdlet can help ?
Thanks in Advance!!
New-PowerBIReport -Path $datasetName -WorkspaceId $worksapceid -ConflictAction CreateOrOverwrite
CreateOrOverwrite: it helps to create or write on existing one
@Anonymous - I can't find anything for that here: https://docs.microsoft.com/en-us/rest/api/power-bi/reports/updatedatasources
But I could be missing something.
Hi @Greg_Deckler ,
Thanks for the suggestion. I am able to find one parameter for New-PowerBIReport cmdlet called --ConflictAction which can be useful for this requirement.
We can find detail from here:
Thanks
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.