Forum Discussion

nagesh4641's avatar
nagesh4641
New Member
9 years ago
Solved

How to Publish multiple reports to Power BI instance

I would like to publish around 10/ 15 reports every week -- is there a automated approach for make them published to power bi instance thru script

  • 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.

10 Replies

  • TedPattison's avatar
    TedPattison
    Microsoft Employee

    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.

    • nagesh4641's avatar
      nagesh4641
      New Member

      thanks for quick reply, i have new set of 10/15 reports every week.

      • Reid_Havens's avatar
        Reid_Havens
        Most Valuable Professional

        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?