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,
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.
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.