<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Looking pure javascript code sample for embed power bi in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/2266534#M33752</link>
    <description>&lt;P&gt;Hi aaronchen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This fleet app that you've mentioned doesn't exist. I am also looking for a simple javascript example to embed power BI reports. Can you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 03:16:05 GMT</pubDate>
    <dc:creator>sumukh</dc:creator>
    <dc:date>2022-01-05T03:16:05Z</dc:date>
    <item>
      <title>Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421004#M12579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there are couple sample on github, such as:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-JavaScript" target="_blank"&gt;https://github.com/Microsoft/PowerBI-JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Azure-Samples/powerbi-angular-client" target="_blank"&gt;https://github.com/Azure-Samples/powerbi-angular-client&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there simple sample js code without using any framework, such as AngularJs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 17:31:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421004#M12579</guid>
      <dc:creator>aaronchen</dc:creator>
      <dc:date>2018-05-18T17:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421241#M12597</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Did you check the demo here &lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanos</description>
      <pubDate>Sat, 19 May 2018 12:17:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421241#M12597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421273#M12606</link>
      <description>&lt;P&gt;Hi Thanosd,&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;If there are&amp;nbsp;some sample code which only contains the following items will be nice:&lt;/P&gt;&lt;P&gt;--js libs&lt;/P&gt;&lt;P&gt;--html page&lt;/P&gt;&lt;P&gt;--js function to request token&lt;/P&gt;&lt;P&gt;--then request power bi pages with token&lt;/P&gt;&lt;P&gt;--then display in the div place holder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be easy to integrate into my own code and start to learn it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 16:47:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421273#M12606</guid>
      <dc:creator>aaronchen</dc:creator>
      <dc:date>2018-05-19T16:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421286#M12607</link>
      <description>Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/65160"&gt;@aaronchen&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;You could also see some end to end examples here &lt;A href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_blank"&gt;https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This includes how you can get a token and embed a report in a Web page.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Thanos</description>
      <pubDate>Sat, 19 May 2018 19:22:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421286#M12607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421862#M12641</link>
      <description>&lt;P&gt;Hi Thanosd,&lt;/P&gt;&lt;P&gt;Thanks for all the information. They are all very helpful.&lt;/P&gt;&lt;P&gt;I also found this one is more close to what I need.&lt;/P&gt;&lt;P&gt;&lt;A href="https://fleetdemoapp.azurewebsites.net/" target="_blank"&gt;https://fleetdemoapp.azurewebsites.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 14:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/421862#M12641</guid>
      <dc:creator>aaronchen</dc:creator>
      <dc:date>2018-05-21T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/729977#M19858</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/65160"&gt;@aaronchen&lt;/a&gt;&amp;nbsp;: i am just starting on powerbi embeded can you help me were to start on with&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 16:41:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/729977#M19858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-02T16:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Looking pure javascript code sample for embed power bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/2266534#M33752</link>
      <description>&lt;P&gt;Hi aaronchen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This fleet app that you've mentioned doesn't exist. I am also looking for a simple javascript example to embed power BI reports. Can you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 03:16:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Looking-pure-javascript-code-sample-for-embed-power-bi/m-p/2266534#M33752</guid>
      <dc:creator>sumukh</dc:creator>
      <dc:date>2022-01-05T03:16:05Z</dc:date>
    </item>
  </channel>
</rss>

