Forum Discussion
jaideepnema
4 years agoSolution Sage
Upload Multiple Files on Power Bi Report Server
We have a requirement to move around 50+ Reports from One Power Bi Report Server Instance to another so i would like to know is there any option so that we can bulk upload more than one file on the ...
d_gosbell
4 years agoSuper User
Based on the error message "The remote server returned an error: (422) Unprocessable Entity." I'd guess that one of the file types your are trying to upload is not supported by the script.
I use scripts like this to backup pbix files from our server and the only issue I've had is with linked paginated reports so I've just excluded them my scripts since I don't need to back those up anyway.
You may have to try smaller batches of files to try and isolate the issue.