Forum Discussion
How to Publish multiple reports to Power BI instance
- 9 years ago
You could write a custom application which uses the Power BI REST API to accomplish this. If writing a custom application in C# is an option for you, you can write your application code to upload PBIX files to either a personal workspace or a group worksapce in PowerBI.com. This gives you the same result as publishing a project in Power BI Desktop. If you go down this road, you must learn how to register your application with Azure AD and how to configure permissions for the Power BI REST API.
Hi nagesh4641,
I'm not sure I fully understand. Are you saying you create 10-15 new .pbix reports each week from scratch? Compared to building a report and has data refreshed into it?
that's correct ,
- Reid_Havens9 years agoMost Valuable Professional
I'm curious about the scenario you have that requires new reports to be created as opposed to refreshing a current report each week. What is the business requirement that necessitates a new report each time? PowerBI is optimally designed to upload a report to have a report uploaded, then connect to a gateway that provides new data to that report at a scheduled refresh interval or live connection through a tabular or cube model.
- nagesh46419 years agoNew Member
do you aware of any script to publish multiple reports at single execution??? , rather than 1 by 1 ?
- Reid_Havens9 years agoMost Valuable Professional
I think would need to download an external software macro tool to accomplish this. PBI doesn't have a feature for bulk uploads of new reports (to my knowledge).