<?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: Rest API vs Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/85018#M2996</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16277"&gt;@fasi_kk﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main difference is as @Anonymous﻿&lt;/a&gt;&amp;nbsp;mentioned.&lt;BR /&gt;&lt;BR /&gt;Do note&amp;nbsp;that as of now there's no gateway/refresh feature in Power BI emebeded&amp;nbsp;and only direct query to Azure DB/data warehouse is supported. So the option for data source can be very limited if in-time refreshing is required.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2016 09:36:43 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2016-11-02T09:36:43Z</dc:date>
    <item>
      <title>Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84636#M2981</link>
      <description>&lt;P&gt;What is the basic difference between Power BI Embedded and Power BI Rest API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link for power bi embedded:&lt;/P&gt;&lt;P&gt;&lt;A href="https://azure.microsoft.com/en-us/documentation/services/power-bi-embedded/" target="_blank"&gt;https://azure.microsoft.com/en-us/documentation/services/power-bi-embedded/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And Rest API link is:&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-US/library/mt147898.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-US/library/mt147898.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 12:36:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84636#M2981</guid>
      <dc:creator>fasi_kk</dc:creator>
      <dc:date>2016-11-01T12:36:23Z</dc:date>
    </item>
    <item>
      <title>Difference between Power BI Rest API and Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84640#M2997</link>
      <description>&lt;P&gt;What is the basic difference between power BI embedded and Rest API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Llink for embedded.&lt;/P&gt;&lt;P&gt;&lt;A href="https://azure.microsoft.com/en-us/documentation/services/power-bi-embedded/" target="_blank"&gt;https://azure.microsoft.com/en-us/documentation/services/power-bi-embedded/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link for Rest API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-US/library/mt147898.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-US/library/mt147898.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 12:46:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84640#M2997</guid>
      <dc:creator>fasi_kk</dc:creator>
      <dc:date>2016-11-01T12:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84674#M2984</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16277"&gt;@fasi_kk﻿&lt;/a&gt;&amp;nbsp;On a very high level.&lt;/P&gt;&lt;P&gt;Power BI Embedded is for use with external facing applications and doesn't require the end user to have a Pro license. (Licensing is handled differently)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;REST API - is for internal facing applications to perform the various actions, and requires users to have the licensing appropriate to the level of reports shared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think another difference is that Embedded doesn't require authentication against Azure AD, but the other does.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 13:30:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84674#M2984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84705#M2985</link>
      <description>&lt;P&gt;@Anonymous﻿&lt;/a&gt;&amp;nbsp;Thanks for the reply. Are you sure&amp;nbsp;Embedded doesn't require&amp;nbsp;authentication against azure AD. Please click the link below and see the diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-what-is-power-bi-embedded/#licensing-for-microsoft-power-bi-embedded" target="_blank"&gt;https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-what-is-power-bi-embedded/#licensing-for-microsoft-power-bi-embedded&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;REST API - is for internal facing applications to perform the various actions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please can you explain what do you mean by the various task. Can you give&amp;nbsp;some examples please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 14:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84705#M2985</guid>
      <dc:creator>fasi_kk</dc:creator>
      <dc:date>2016-11-01T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84728#M2988</link>
      <description>&lt;P&gt;I second&amp;nbsp;@Anonymous﻿&lt;/a&gt;'s position that Azure AD is not required:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Authentication and authorization with app tokens&lt;/H2&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft Power BI Embedded&lt;/STRONG&gt; defers to your application to perform all the necessary user authentication and authorization. &lt;STRONG&gt;&lt;EM&gt;There is no explicit requirement that your end users be customers of Azure Active Directory (Azure AD).&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 15:18:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84728#M2988</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2016-11-01T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84748#M2990</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16277"&gt;@fasi_kk﻿&lt;/a&gt;&amp;nbsp;Sure, another link on the bottom of the one you provided points &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-overview-of-power-bi-rest-api/" target="_self"&gt;here&lt;/A&gt; to the various things you can do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, I'm sure. The answer to your question is in the same link you provide.&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313"&gt;@Greg_Deckler﻿&lt;/a&gt;&amp;nbsp;posted the snippet that is relevant.&lt;/P&gt;&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;</description>
      <pubDate>Tue, 01 Nov 2016 16:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/84748#M2990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API vs Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/85018#M2996</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16277"&gt;@fasi_kk﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main difference is as @Anonymous﻿&lt;/a&gt;&amp;nbsp;mentioned.&lt;BR /&gt;&lt;BR /&gt;Do note&amp;nbsp;that as of now there's no gateway/refresh feature in Power BI emebeded&amp;nbsp;and only direct query to Azure DB/data warehouse is supported. So the option for data source can be very limited if in-time refreshing is required.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:36:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Rest-API-vs-Power-BI-Embedded/m-p/85018#M2996</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-11-02T09:36:43Z</dc:date>
    </item>
  </channel>
</rss>

