Bulk upload / publish multiple power bi's from folder

371 views Asked by At

i found a way to download all .pbix files in one workspace via powershell. is there also way to publish multiple power bi files in to one workspace (all files will be stored in one folder)?

Thanks for any Help!

i found some ideas to do this via Power BI REST API - but didn't really understand it...

1

There are 1 answers

3
David Browne - Microsoft On

You want the New-PowerBIReport cmdlet, which "Loads a Power BI report from a pbix file and deploys it to the Power BI service."