Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Power BI embedded- Apps Owns Data

Hi,

 

I have managed to get the Embed report/ Dashboard/ Tile for Apps Owns Data in Sample application as shown in below pic but my question is

    1) How do I embedded multiple reports

    2) How to apply these on Live?

 

Thank you,

  • Anonymous's avatar
    Anonymous
    7 years ago

    Once you have your web app built, you would modify the web.config file to list each report out there.  It will show an index page that lists them.  On azure portal in the app services, if you go to configuration, you can list it out there.

     

    We list all our report settings as PBI: then the GUID as the value.

     

    Then it can check for anything that starts with PBI: as a report GUID.

     

    You can add an <add key > tag in your web.config to test it out.

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Once you have your web app built, you would modify the web.config file to list each report out there.  It will show an index page that lists them.  On azure portal in the app services, if you go to configuration, you can list it out there.

     

    We list all our report settings as PBI: then the GUID as the value.

     

    Then it can check for anything that starts with PBI: as a report GUID.

     

    You can add an <add key > tag in your web.config to test it out.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks Anonymous , I will try and see how it goes.