The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
i have report which is currently pointing to semantic model in power bi service with live connection . i want to change live connection of same report with another live connection , how it can be done in power bi?
Solved! Go to Solution.
@powerbiexpert22 you can repoint your Report from one model to another model without even downloading it. Please check out the below Report Rebind in Group API documentation. All you need is the Workspace ID, Report ID and Target Dataset / Model ID. Use "Try It" option to open the API sandbox.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report-in-group
Proud to be a Super User! | |
You can change the semantic model from the data source settings.
You can change the semantic model from the data source settings.
@powerbiexpert22 you can repoint your Report from one model to another model without even downloading it. Please check out the below Report Rebind in Group API documentation. All you need is the Workspace ID, Report ID and Target Dataset / Model ID. Use "Try It" option to open the API sandbox.
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report-in-group
Proud to be a Super User! | |
Hi @powerbiexpert22,
You can follow the below steps to change the LIVE connection data source
Transform Data(drop dwon) --->> Data source settings (Pop up window opened for OneLake, here you can see other semantic models) --->> Select appropriate semantic model / source --->> Click on Connect button.
Thanks,
If you found this solution helpful, please consider giving it a Like👍 and marking it as Accepted Solution✔. This helps improve visibility for others who may be encountering/facing same questions/issues.