DEV Community

Cover image for Power BI for Developers - Embed Analytics in Your Application
Amit Shuster
Amit Shuster

Posted on • Updated on

Power BI for Developers - Embed Analytics in Your Application


#PowerfulDevs Conference

RSVP HERE BY JULY 15:
https://aka.ms/powerfuldevsconf

The Powerful DEVs Conference is the first virtual conference of its kind. We will showcase how developers can leverage the Power Platform to build applications faster and with far less effort. Connect with industry-recognized ProDev influencers, Microsoft Cloud Advocates, trusted and diverse community leaders, and members of the Power Platform Team.

BOOKMARK THIS FOR RESOURCES AND DISCUSSION WITH SPEAKERS

Revisit this page during the event to engage in live (and post-event) discussions on those topics with both speakers and community. The speakers will be here for a live Q&A for at least 30 minutes immediately after their session concludes. After the event, come back to find additional slides, videos, and resources for this session.


About This Session:

July 15, 2020: 09:00 PDT - 09:25 PDT

Learn how to get up and running with Power BI Embedded. Enhance your application with embedded analytics, with total control of visuals and user experience.

Additional Resources: Power BI Developer Documentation, Power BI Embedded Playground, & Power BI Developer Samples

About the Speakers:

Amit Shuster is a Product Manager @ Microsoft on the Power BI Embedded Team. Follow @shusteramit on Twitter.

Top comments (15)

Collapse
 
shusteramit profile image
Amit Shuster

Developer resources for Power BI Embedded
Developer center: powerbi.microsoft.com/en-us/develo...
Developer docs: docs.microsoft.com/en-us/power-bi/...
Power BI Embedded Playground: aka.ms/pbieplayground
Developer Samples: github.com/microsoft/powerbi-devel...
Power BI JavaScript: github.com/Microsoft/PowerBI-JavaS...
Power BI REST API: docs.microsoft.com/en-us/rest/api/...
Embed setup tool: app.powerbi.com/embedsetup
PBIE Stack Overflow: stackoverflow.com/questions/tagged...

Collapse
 
damuvenkatesan profile image
damuvenkatesan

Thank you for your great presentation Amit.

Collapse
 
bomino_mla profile image
Boms

Nice presentation!

Collapse
 
damuvenkatesan profile image
damuvenkatesan

Hi Amit, if we use B2C Azure AD for authenticating external users (users outside of your organization such as xxx@gmail.com) to your Power BI reports through on-prem SharePoint, why would the user who logs in through that Azure AD with xxx@gmail.com, shows up in SharePoint as xxx_gmail.com#ext#yourtenant.onmicrosoft.com and in Power BI as live.com#xxx@gmail.com (when displayed using USERPRINCIPALNAME() DAX function)? Can you please address that in your session today if possible? Otherwise reply to this thread. Thank you.

Collapse
 
shusteramit profile image
Amit Shuster

Hi damuvenkatesan,
Are you using something similar to: powerbi.microsoft.com/en-us/blog/s... ?

If this is the case, it is not a real B2C, but an invite to join the organization. Therefore, you see that user name as you send them B2B invite to join the tenant.

Power BI does not natively support Azure B2C.

Please check the following whitepaper docs.microsoft.com/en-us/power-bi/...

Collapse
 
shusteramit profile image
Amit Shuster

Hi,
I will need to check this and get back to you, I will send the answer on this thread

Collapse
 
damuvenkatesan profile image
damuvenkatesan

Thank you Amit. Please do.

Collapse
 
jamshally profile image
jamshally

Thanks Amit, great presentation - you got me excited to use embedded Power BI.

Collapse
 
shusteramit profile image
Amit Shuster

Thank you! I hope it was helpful and inspiring

Collapse
 
donasarkar profile image
Dona Sarkar— #POWERfulDevs Conf

Really love that this brings together the Data Sci types and code devs to solve problems in ONE app. Thanks for a super informative session Amit. Definitely embedding analytics into my next web app!

Collapse
 
shusteramit profile image
Amit Shuster

I'm waiting to see your web application Dona!

Collapse
 
shusteramit profile image
Amit Shuster

I hoped you all enjoyed my session today.
If you'd like to get connected and get all #PowerBIEmbedded updates, you should find me on Twitter and/or Linkedin.

Amit

Collapse
 
shusteramit profile image
Amit Shuster • Edited

White label analytics with Power BI Embedded: How to hide the Power BI logo
aka.ms/HidePBILogo

Collapse
 
testone82376001 profile image
test one

Hi Amit,
Is it now possible to create a survey on exit of the app, ie a five star rating with a box underneath for comments?
Thanks!

Collapse
 
shusteramit profile image
Amit Shuster

Hi,
The Power BI Embedded is just part of the web application, you can do whatever you want on the application side.