Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We are upgrading and consolidating our Power BI servers. We currently have 3 servers running Windows 2012 R2. The new server is Windows 2019 and has May 2022 Power BI Report Server installed. Is there any way to move all the folders/reports/connections/security from the old servers to the new server?
Thanks for your help!
Solved! Go to Solution.
Hi @crfallon ,
It can be done with the REST APIs and Powershell to achieve what you want. Sample PS script that you can build off of is here:
API Sample
https://github.com/Microsoft/Reporting-Services/tree/master/APISamples/powershell
API Swagger Docs
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/
For original post:
Move Power BI Reports between PBI Report Servers via script
Best Regards,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @crfallon ,
It can be done with the REST APIs and Powershell to achieve what you want. Sample PS script that you can build off of is here:
API Sample
https://github.com/Microsoft/Reporting-Services/tree/master/APISamples/powershell
API Swagger Docs
https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/
For original post:
Move Power BI Reports between PBI Report Servers via script
Best Regards,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.