The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
How to deploy SSRS (rdl) multiple files in to power bi report server (web portal).
Note: with out using paginated report and upload options.
And is their any option like .rss (SSRS) files to deploy multiple files
Thanks
sreenivasa kunuthuri
Hi @Anonymous,
You want to deploy reports to PBI Report Server programmatically, right?
The REST API supported by PBI report server provides programmatic access to the objects in a report server catalog, you can use corresponding APIs to upload reports, for more details, please see: Power BI Report Server REST API
Here is a thread shows the sample code to deploy .pbix file to PBI report server.
Also, you can take the usage of RS.exe utility to upload .rdl files. Please see mgmeyer's suggestion for more detailed description.
Best regards,
Yuliana Gu