Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

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?

embed.PNG

 

Thank you,

1 ACCEPTED SOLUTION
u02cm62
Helper V
Helper V

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.

View solution in original post

2 REPLIES 2
u02cm62
Helper V
Helper V

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
Not applicable

Thanks @u02cm62 , I will try and see how it goes.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors