Forum Discussion
Anonymous
2 years agoNot applicable
Duplicated Power Report on Service after changing dataset
Hi everyone I have a Power BI report built in the Desktop app, lets call it Dashboard. The Report uses a semantic model published on the service as its dataset. Let's call this model Model v1. T...
- 2 years ago
Hi Anonymous
One of the ways you can do this is to use the rebind API, which is found here.
Reports - Rebind Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Or you can use this in Visual Studio Code Release of Power BI Studio v2.0 (VSCode extension) – Gerhard Brueckl on BI & Data (gbrueckl.at)
GilbertQ
Super User
2 years agoHi Anonymous
One of the ways you can do this is to use the rebind API, which is found here.
Reports - Rebind Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Or you can use this in Visual Studio Code Release of Power BI Studio v2.0 (VSCode extension) – Gerhard Brueckl on BI & Data (gbrueckl.at)
Anonymous
2 years agoNot applicable
Thank you so much. This worked a treat!