Spark Performance Tuning - Part 2

Ran and Arina are back in the studio (actually, they never left :D ) to follow up on their first video to discuss the PowerBI JavaScript SDK. This SDK is a client-side API allows you to communicate with your report and interact with the report within your application as if it were a first-class citizen.
[02:10] - Ran explains where to get the SDK, and how to contribute to it.
[02:55] - The remaining 15 minutes is all demo, as Arina walks through a sample sandbox application available to everyone which illustrates and showcases how to use the JavaScript SDK. The sandbox sample app shows how to embed and interact with an existing report using the JavaScript SDK.
https://github.com/Microsoft/PowerBI-JavaScript - github repo for JS SDK
https://microsoft.github.io/PowerBI-JavaScript/demo - Live demo sample page
https://powerbi.microsoft.com/en-us/power-bi-embedded/ - official documentation
https://powerbi.microsoft.com/en-us/support/ - PowerBI support
https://ideas.powerbi.com/ - PowerBI community feedback & ideas
What's it cost?
Good demo
Looks fantastic - can we use the on-premise BI free edition and the sdk for free in our website?
Thanks, Nice demo. It would be a great help if you could make an enhancement to have localization at runtime. Currently, It is one of the best part missing.
It's a good demo, thanks
How can I print embedded report in Angular7? Embedded part can be done with Javascript API. But print part is not working...
Hi all,
I'm using the Javascript SDK of power bi in order to embbed reports on my Wrodpress website.
I went for the "user own data" approach as i want to use RLS .
My desired flow is:
- user visit my site
- user being asked to log-in with his power bi account
- after use is logged in to power bi he can see the embedded report on my website.
I am stuck with the stage of signing in the user and getting the access token.
i was referred to this example:
https://docs.microsoft.com/en-us/power-bi/developer/get-azuread-access-token
but it is being done with C#, I'm a front end developer and don't have .net environment on my server.
Does anybody have a sample or can tell me how can i do the same sample with JavaScript?,
How can i sign in the user and get an access token with JS, not C#?
This is the only thing preventing me from generating a token and use it for embedding
Thank you all!