Forum Discussion
Anonymous
7 years agoNot applicable
Powershell script to change Datasource Test to Production
Does someone have a powershell script to change the data source? For example I want deploy my report to powerBI reporting service from Test to Productios therefore i need to change the datasou...
CasperLehmann
7 years agoFrequent Visitor
There is a Powershell script for this under the Azure-Samples repo. Just remember that you need to register an App to get a Client ID to use with it. https://github.com/Azure-Samples/powerbi-powershell/blob/master/rebindReport.ps1
Anonymous
7 years agoNot applicable
Does this also work for power bi report server? because when i look into the script it says i need to get the source report info from powerbi service.
- CasperLehmann7 years agoFrequent VisitorI don't know how you connect to the report server, there might be differences. But please report back if you do try it out. I would like to know.