Forum Discussion
Anonymous
5 years agoNot applicable
Update connection string via API
Hello, I have a script written in Powershell to publish all the reports to powerbi service without opening it using Rest api and it is working fine. I want to update this script which will ask user...
- 5 years ago
Hi Anonymous,
Please refer this about how to update the data source connection string using powershell:
https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-source-apis
Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
v-xulin-mstf
Community Support
5 years agoHi Anonymous,
Please refer this about how to update the data source connection string using powershell:
https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-source-apis
Best Regards,
Link
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Thanks v-xulin-mstf this resolved my issue.