Forum Discussion
Point Thin Report at New Premium Capacity
- 2 years ago
Resolution: https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report-in-group
So, apparently I just needed to search for rebind instead of repoint. Read the above Microsoft article. We did this using the "try it" feature of the REST API and it worked perfectly to resolve my original problem.
If your reports in dev-uat-prd will point to the same workspace/semantic model, then I believe it can be done.
- Open the pbix file in the desktop.
- Select Transform data, then Data source settings
- Select the current semantic model from the list, then Change Source
- Select the new model from the list, then select Create
- You may see a dialog to select the tables to connect to. Review/update, then select Submit
- Close the Data source settings dialog
- Validate your report
- Save and publish to your dev workspace.
- Validate your report in dev, then promote through the pipleline.
Hope this helps,