0

I have 2 workspaces:

  • Workspace A hosted on tenant A: Vendor workspace which contains the product PBIX. "Golden workspace".
  • Workspace B: Client workspace, hosted on tenants B, client workspace.

On workspace A I have : Dataset + report A Report which is connected to the dataset above.

I want to copy the content workspace A to workspace B using the rest API. (I am using python).

I am using PPU or Pro license, I don't have premium capacity.

I want to copy the content workspace A to workspace B using the rest API. (I am using python). I am pretty familiar with Power BI service principal profiles and used them several times.

a legit solution can be to import PBIX files to workspace B, I don't must to clone workspace A.

My final goal is to create a workflow like the one on this line @23:14

Thank you, Tal

Tal_87_il
  • 29
  • 1
  • 7
  • This workflow assumes one single tenant. In case of two different tenants, your only option is to export from tenant A, save locally, and re-publish to tenant B. – Andrey Nikolov Aug 05 '22 at 12:29
  • @AndreyNikolov if that's the case, how we can update the database to "Tenant B" before the upload? Dataset Name should be changed before upload in order the respective dataset to be created. This should be done programmatically. – Stavros Koureas Jan 13 '23 at 11:54
  • @StavrosKoureas You can't change anything before upload. All the changes are made after uploading, using the API. – Andrey Nikolov Jan 13 '23 at 15:24

0 Answers0