Forum Discussion
whereismydata
6 years agoResolver IV
Power bi report server password update
Hi, I do have quite a lot dashboards using the same AD credentials. Due to the password policy the password needs to be changed from time to time. Does anyone have an idea how to set the pass...
- 6 years ago
You would have to write a script to loop through all your data sources and update the password one by one. You should be able to do this with Powershell using the Report Services Powershell Tools (https://github.com/microsoft/ReportingServicesTools) or if you want to use another scripting language you could access the REST api directly (see https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0)
whereismydata
6 years agoResolver IV
whereismydata
6 years agoResolver IV
Everyone having difficulties with the api approach => https://community.powerbi.com/t5/Report-Server/PBIRS-API-issue/m-p/1290394#M15524