Forum Discussion
Is there a REST end point which can be used to copy a Dataset from one workspace to another?
Hi All,
I have a dataset in a DEV workspace. I want to use Azure Devops (CI/CD) to copy this dataset to a PROD workspace.
I am not sure which end point or end point(s) ot use.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets
Any suggestions?
Thanks,
Sau
1 Reply
- TomMartens
Super User
Hey Anonymous ,
from my understanding there is no REST API call available, that copies a dataset from one workspace to another.
This is what deployment pipelines are doing, but deployment pipeline is a Premium feature, for this reason, I think you will have no luck. If both of your workspaces are backed by Premium you might consider to use one of these endpoints: Pipelines - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Hopefully, this provides some ideas on how to tackle your challenge.Regards,
Tom