Forum Discussion
dusdau
6 years agoHelper II
Separating reports from dataset, while retaining user bookmarks in service
Hi All, Here is my situation. I have a production app with reports and datasets combined in the same pbix file. With the ability to cross-workspace publish, I would like to separate the reports...
- 6 years agoHi there
You can do this with the Power BI REST API called "Rebind datasets"
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/rebindreportingroup
What I would suggest doing is to create a test app workspace with a PBIX.
Then rebind it to the new dataset and make sure your PBIX is still working and is then pointing to the new dataset?
GilbertQ
6 years agoSuper User
Hi there
You can do this with the Power BI REST API called "Rebind datasets"
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/rebindreportingroup
What I would suggest doing is to create a test app workspace with a PBIX.
Then rebind it to the new dataset and make sure your PBIX is still working and is then pointing to the new dataset?
You can do this with the Power BI REST API called "Rebind datasets"
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/rebindreportingroup
What I would suggest doing is to create a test app workspace with a PBIX.
Then rebind it to the new dataset and make sure your PBIX is still working and is then pointing to the new dataset?
- dusdau6 years agoHelper II
Thanks Gilbert! I will give this a try and report back!