<?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 Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/299643#M8814</link>
    <description>&lt;P&gt;How should a Front End Developer who has a knowledge of Power Bi approach power Bi embedded?&lt;BR /&gt;What should I do with the code generated in the Embed code sample.&lt;BR /&gt;If I have the Embed Id,Report ID and Embed URL,Can this Embedding be done without any Back End?&lt;BR /&gt;I'm trying to embed a report in a website and not very familiar with Back End Technologies.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 07:10:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-09T07:10:29Z</dc:date>
    <item>
      <title>Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/299643#M8814</link>
      <description>&lt;P&gt;How should a Front End Developer who has a knowledge of Power Bi approach power Bi embedded?&lt;BR /&gt;What should I do with the code generated in the Embed code sample.&lt;BR /&gt;If I have the Embed Id,Report ID and Embed URL,Can this Embedding be done without any Back End?&lt;BR /&gt;I'm trying to embed a report in a website and not very familiar with Back End Technologies.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 07:10:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/299643#M8814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T07:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/300435#M8833</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;How should a Front End Developer who has a knowledge of Power Bi approach power Bi embedded?&lt;BR /&gt;What should I do with the code generated in the Embed code sample.&lt;BR /&gt;If I have the Embed Id,Report ID and Embed URL,Can this Embedding be done without any Back End?&lt;BR /&gt;I'm trying to embed a report in a website and not very familiar with Back End Technologies.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;@Anonymous&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Two approaches.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-publish-to-web/" target="_self"&gt;Publish to Web&lt;/A&gt;.&lt;BR /&gt;You can embeded the Embed URL to iframe in HTML, without doing anything at back end. However, as the name indicates, everyone can access embedded reports as long as the user has access to the embeding web page. So if you have security concern, it is not the choice.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding/" target="_self"&gt;Embedding with Power BI&lt;/A&gt;&lt;BR /&gt;It requires quite a lot back end job, see the &lt;A href="https://github.com/Microsoft/PowerBI-Developer-Samples" target="_self"&gt;demos in github lib&lt;/A&gt;. In this approaches you can apply security like Row Level Security and other features more than Option 1.&lt;/LI&gt;
&lt;LI&gt;Pure Front End.&lt;BR /&gt;You can put all the back end work in front end via Javascript. For Azure AD authentication, there's an &lt;A href="https://github.com/AzureAD/azure-activedirectory-library-for-js" target="_self"&gt;ADAL JS lib&lt;/A&gt;. As to get Power BI embedded urls, reportId etc, you can call the &lt;A href="https://msdn.microsoft.com/en-us/library/mt147898.aspx" target="_self"&gt;Power BI REST APIs&lt;/A&gt; in Javascript.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;By the way, I see in another thread, you're consulting Power BI and Sharepoint integration, for this case, you can reference&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-embed-report-spo/" target="_self"&gt;Embed with report web part in SharePoint Online&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 02:28:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/300435#M8833</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-10T02:28:11Z</dc:date>
    </item>
  </channel>
</rss>

