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.
blopez11 that does not work actually because the new report that you publish is pointing at a different data set it thus has a different lineage. So when you go to publish that through, it doesn't overwrite the existing copy in UAT to PROD and you then have two reports name the exact same thing but the user artifacts are all pointed at the original, not the new
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.