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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
afbraga66
Helper III
Helper III

Embedding - Difference between using Power BI API vs Share button

Hello,

 

I have been trying to understand what are the differences between using the Power BI API to embedded reports/dashboards/visuals, etc, and using the Share option in apps, which gives the option to embed in sharepoint or in a web page.

afbraga66_0-1619100006205.png

All the info I read seems to point to the API, but then I don't understand the advantage of it versus the Share option, which seems faster and simpler. Can you help me understand, because I haven't seen it anywhere fully explained? I seek to implement the option that has better performance.

Thank you.

Best regards,

André

1 ACCEPTED SOLUTION
ibarrau
Super User
Super User

Hi. Sure, let's see.

  • Share secure code: it's a limited cheaper version. This options will let you create an extension of any report to share with another user. Both users must have pro to check it or stored in Premium with Free. This option enforce a Azure AD login. It's almost the same thing as getting inside Power Bi Service.
  • Power Bi Embed API: this is much more flexible but you have to pay for capacity. Once you pay for Power Bi Embed capacity in azure, you can get this option. This solution let you handle almost everything in the front end. You can get report, dashboard, tile, visuals. You can set filters before loading the embed. You can add a lot of options like exporting or printing. There two ways to develop this. One is letting your App security to Microsoft Azure AD (meaning you need a company email to get in, I think you don't need PBI license). Two is embeding without asking the users the microsoft login. That last option is the strongest one. You can build your own login and share big time with external users removing the idea of license by user (you are already paying capacity).

I hope that make sense.


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

2 REPLIES 2
ibarrau
Super User
Super User

Hi. Sure, let's see.

  • Share secure code: it's a limited cheaper version. This options will let you create an extension of any report to share with another user. Both users must have pro to check it or stored in Premium with Free. This option enforce a Azure AD login. It's almost the same thing as getting inside Power Bi Service.
  • Power Bi Embed API: this is much more flexible but you have to pay for capacity. Once you pay for Power Bi Embed capacity in azure, you can get this option. This solution let you handle almost everything in the front end. You can get report, dashboard, tile, visuals. You can set filters before loading the embed. You can add a lot of options like exporting or printing. There two ways to develop this. One is letting your App security to Microsoft Azure AD (meaning you need a company email to get in, I think you don't need PBI license). Two is embeding without asking the users the microsoft login. That last option is the strongest one. You can build your own login and share big time with external users removing the idea of license by user (you are already paying capacity).

I hope that make sense.


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Thank you @ibarrau , thas was really helpful!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors