Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi,
im new in powershell rest api, is there is any way to create/update powerbi dashboards to server .
if dashborad already exists on server just update it otherwise create new dashborad.
i dont want to delete/create dashboard.
there is command to create new Dashboard "New-PowerBIDashboard"
but i dont see any command for updating existing dashboard
Solved! Go to Solution.
found solution -ConflictAction CreateOrOverwrite
New-PowerBIReport -Path $datasetName -WorkspaceId $worksapceid -ConflictAction CreateOrOverwrite
That command is unrelated to Dashboards.
found solution -ConflictAction CreateOrOverwrite
New-PowerBIReport -Path $datasetName -WorkspaceId $worksapceid -ConflictAction CreateOrOverwrite
There is no such thing as a dashboard update. You need to remove and re-add the tile.