report_clone
Clone a Power BI report to a target workspace or semantic model. Provide the source workspace ID, report ID, and new name to duplicate it.
Instructions
Clone a report via the Power BI API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the cloned report | |
| reportId | Yes | The report ID to clone | |
| workspaceId | Yes | The source workspace ID | |
| targetModelId | No | Target semantic model/dataset ID | |
| targetWorkspaceId | No | Target workspace ID (default: same workspace) |