Forum Discussion
jhrc_lda
9 years agoFrequent Visitor
Clone report for PowerBi embedded
Hi, Are you guys able to clone reports with the Api.Core library? This is what I'm trying to do: 1) I have a report in workspace X 2) Want to clone the report from workspace X to workspace Y...
arinah
8 years agoMicrosoft Employee
Hey Guys,
Please follow the MSDN API specification here: https://msdn.microsoft.com/en-us/library/mt784674.aspx.
Clone API within workspace and across workspaces is available for a while both for the old (deprecated) Azure embedding using app key authenication and through the new way of embdding using user AAD token to Power BI.
Actually this API is availbale for every Power BI user who whiches to automate his workflow.
I believe the issue you encountered is due to lacking dataset id in the "Y" workspace which is mandatory paramter when cloning reports across workspaces.
Let me know in case you encounter any other issues,
Arina