<?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: JavaScript API for on premise Power BI in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/JavaScript-API-for-on-premise-Power-BI/m-p/319042#M9416</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/47674"&gt;@arpitutrivedi&lt;/a&gt;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;In this case, it is a &lt;STRONG&gt;on-premise&lt;/STRONG&gt; Power BI and not Azure hosted Power BI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you mean &lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/get-started" target="_self"&gt;Power BI Report Server&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that is the case, you can&amp;nbsp;&lt;STRONG&gt;embed&lt;/STRONG&gt; Power BI Reports with Power BI Report Server&amp;nbsp;by using an &lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-embed" target="_self"&gt;iFrame&lt;/A&gt;&amp;nbsp;in your application. &lt;A href="https://www.kasperonbi.com/embedding-power-bi-reports-with-power-bi-report-server/" target="_self"&gt;Here&lt;/A&gt; is a good article&amp;nbsp;for your reference(though the sample uses ASP.Net code, it should be similar with JavaScript).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For security(which is also mentioned in the article above), the user who is connecting to your custom app &lt;STRONG&gt;also needs to have access to the Power BI report on the report server&lt;/STRONG&gt;. So you may need to &lt;A href="https://technet.microsoft.com/en-us/library/aa337491(v=sql.105).aspx" target="_self"&gt;set permissions in your Reporting Services&lt;/A&gt;&amp;nbsp;currently.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 08:39:55 GMT</pubDate>
    <dc:creator>v-ljerr-msft</dc:creator>
    <dc:date>2017-12-07T08:39:55Z</dc:date>
    <item>
      <title>JavaScript API for on premise Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/JavaScript-API-for-on-premise-Power-BI/m-p/318142#M9411</link>
      <description>&lt;P&gt;I am looking to embed a power BI report into a web application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, it is a on-premise Power BI and not Azure hosted Power BI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there availability of JavaScript API for on-premise Power BI? How do I embed a report &lt;STRONG&gt;Securely&amp;nbsp;&lt;/STRONG&gt;into a web application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 07:02:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/JavaScript-API-for-on-premise-Power-BI/m-p/318142#M9411</guid>
      <dc:creator>arpitutrivedi</dc:creator>
      <dc:date>2017-12-06T07:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API for on premise Power BI</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/JavaScript-API-for-on-premise-Power-BI/m-p/319042#M9416</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/47674"&gt;@arpitutrivedi&lt;/a&gt;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;In this case, it is a &lt;STRONG&gt;on-premise&lt;/STRONG&gt; Power BI and not Azure hosted Power BI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you mean &lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/get-started" target="_self"&gt;Power BI Report Server&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If that is the case, you can&amp;nbsp;&lt;STRONG&gt;embed&lt;/STRONG&gt; Power BI Reports with Power BI Report Server&amp;nbsp;by using an &lt;A href="https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-embed" target="_self"&gt;iFrame&lt;/A&gt;&amp;nbsp;in your application. &lt;A href="https://www.kasperonbi.com/embedding-power-bi-reports-with-power-bi-report-server/" target="_self"&gt;Here&lt;/A&gt; is a good article&amp;nbsp;for your reference(though the sample uses ASP.Net code, it should be similar with JavaScript).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For security(which is also mentioned in the article above), the user who is connecting to your custom app &lt;STRONG&gt;also needs to have access to the Power BI report on the report server&lt;/STRONG&gt;. So you may need to &lt;A href="https://technet.microsoft.com/en-us/library/aa337491(v=sql.105).aspx" target="_self"&gt;set permissions in your Reporting Services&lt;/A&gt;&amp;nbsp;currently.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 08:39:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/JavaScript-API-for-on-premise-Power-BI/m-p/319042#M9416</guid>
      <dc:creator>v-ljerr-msft</dc:creator>
      <dc:date>2017-12-07T08:39:55Z</dc:date>
    </item>
  </channel>
</rss>

