Forum Discussion
dusdau
Helper II
6 years agoSeparating 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
Super User
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?
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?
dusdau
Helper II
6 years agoThanks Gilbert! I will give this a try and report back!