Forum Discussion

aaronchen's avatar
aaronchen
Regular Visitor
8 years ago
Solved

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

 

6 Replies

    • aaronchen's avatar
      aaronchen
      Regular 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.