Forum Discussion
Anonymous
6 years agoNot applicable
Point copied repot/dataset to new dataflow
We have several clients all with vast amounts of data. Data for wach client is structured excatly the same and stored in different SQL databases. Each client will have their own workspace and set of ...
Dan2
5 years agoHelper I
We faced a similar problem, and found nothing in the API to adjust this. So to make this work we added two parameters in the dataset. One for workspace id and the other for dataflow id. Then in the advanced editor reference these parameters instead of the actual id value. Then you can use the powerbi API to adjust the parameter values to the correct id's, or you can adjust manually if you want to go that route. If you find another way to get to get this to work, I would love to know.