This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi Team,
We are stuck in the below scenario, need to copy Report with Dataset from One workspace to Another.
We have tried below method but it works only if the Dataset already exists in Destination Workspace
1) Copy-PowerBIReport
Copy-PowerBIReport -Name "Report_Copy_5" -Id $source_report_id -WorkspaceId $source_WorkspaceId -TargetWorkspaceId $target_WorkspaceId -TargetDatasetId $targetDatasetId
2) Export & Import option in Power BI API
Note: First Export report is not working as don't know how to store the PBIX output, second Import option won't work without importId which don't know from where to pass.
3) Clone report In Group
Note: this clone report clone the report every time on the same Workspace
Requesting you to provide proper guidance on how to accomplish the task, please share the PowerShell code.
Thanks in advance,
Santosh Sawant
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.