Forum Discussion
Looking pure javascript code sample for embed power bi
Hi,
I know there are couple sample on github, such as:
https://github.com/Microsoft/PowerBI-JavaScript
https://github.com/Azure-Samples/powerbi-angular-client
Is there simple sample js code without using any framework, such as AngularJs?
Thanks
Aaron
- Anonymous8 years agoHi ,
Did you check the demo here https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html?
Hope it helps.
Thanos
6 Replies
- AnonymousNot applicableHi ,
Did you check the demo here https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html?
Hope it helps.
Thanos- aaronchenRegular Visitor
Hi Thanosd,
Thank you for the reply.
The link you provide is very useful, but I have to use web brower develper tool to copy the code then strip out 90% of js libs, css, code which I don't need for understanding what is the only neccessary js libs and js functions for my own code.
If there are some sample code which only contains the following items will be nice:
--js libs
--html page
--js function to request token
--then request power bi pages with token
--then display in the div place holder.
This will be easy to integrate into my own code and start to learn it.
- AnonymousNot applicableHi aaronchen,
You could also see some end to end examples here https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data
This includes how you can get a token and embed a report in a Web page.
Hope it helps.
Thanos