<?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: Embeed Power Bi with Power BI Pro account in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4203535#M56791</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/816660"&gt;@Fabricio8798498&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think your issue is that what kind of capacity and sku you need when you embed for customer.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1727746121809.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1176047iEC47DCD716058665/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1727746121809.png" alt="vrzhoumsft_0-1727746121809.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For more details, you can refer to this offical blog:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-capacity" target="_blank"&gt;Capacity and SKUs in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 01:29:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-01T01:29:23Z</dc:date>
    <item>
      <title>Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4202956#M56752</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello everyone,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have a question about Power BI Embedded.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I currently have a Power BI Pro account, I need to put an embedded Power BI in my own react.js application without the end user having to authenticate.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/FONT&gt;&lt;/H3&gt;&lt;H3&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I don't want to use an iframe, since I need to see it in mobile layout using an API that Power BI recommends.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;For this, it is necessary to buy Power BI Embedded or the license that I currently have is sufficient???&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H3&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In this implementation it asks me for an access token. Can I obtain it with the Power BI pro license, along with my token type models.TokenType.Embed???&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;import { PowerBIEmbed } from 'powerbi-client-react';&lt;BR /&gt;import { models } from 'powerbi-client';&lt;BR /&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;PowerBIEmbed&lt;/SPAN&gt;
	&lt;SPAN class=""&gt;embedConfig&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;type&lt;/SPAN&gt;: &lt;SPAN class=""&gt;'report'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;   &lt;SPAN class=""&gt;// Supported types: report, dashboard, tile, visual, qna, paginated report and create&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;id&lt;/SPAN&gt;: &lt;SPAN class=""&gt;'&amp;lt;Report Id&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;embedUrl&lt;/SPAN&gt;: &lt;SPAN class=""&gt;'&amp;lt;Embed Url&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;accessToken&lt;/SPAN&gt;: &lt;SPAN class=""&gt;'&amp;lt;Access Token&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;tokenType&lt;/SPAN&gt;: &lt;SPAN class=""&gt;models&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;TokenType&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;Embed&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;// Use models.TokenType.Aad for SaaS embed&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;settings&lt;/SPAN&gt;: &lt;SPAN class=""&gt;{&lt;/SPAN&gt;
			&lt;SPAN class=""&gt;panes&lt;/SPAN&gt;: &lt;SPAN class=""&gt;{&lt;/SPAN&gt;
				&lt;SPAN class=""&gt;filters&lt;/SPAN&gt;: &lt;SPAN class=""&gt;{&lt;/SPAN&gt;
					&lt;SPAN class=""&gt;expanded&lt;/SPAN&gt;: &lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
					&lt;SPAN class=""&gt;visible&lt;/SPAN&gt;: &lt;SPAN class=""&gt;false&lt;/SPAN&gt;
				&lt;SPAN class=""&gt;}&lt;/SPAN&gt;
			&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
			&lt;SPAN class=""&gt;background&lt;/SPAN&gt;: &lt;SPAN class=""&gt;models&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;BackgroundType&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;Transparent&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;
		&lt;SPAN class=""&gt;}&lt;/SPAN&gt;
	&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;SPAN class=""&gt;}&lt;BR /&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Sep 2024 23:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4202956#M56752</guid>
      <dc:creator>Fabricio8798498</dc:creator>
      <dc:date>2024-09-30T23:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4203535#M56791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/816660"&gt;@Fabricio8798498&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think your issue is that what kind of capacity and sku you need when you embed for customer.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1727746121809.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1176047iEC47DCD716058665/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1727746121809.png" alt="vrzhoumsft_0-1727746121809.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For more details, you can refer to this offical blog:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-capacity" target="_blank"&gt;Capacity and SKUs in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 01:29:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4203535#M56791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-01T01:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4205366#M56869</link>
      <description>&lt;P&gt;Thanks for the reply @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have reviewed the capacity and the sku's and I have come to the conclusion that if I want to make an App owns data application, the Pro license is enough. At the moment I don't need a lot of capacity and what I am looking for is for the user to be able to access reports without having a Power BI account to just be able to view it. Please confirm if I am correct.&lt;/P&gt;&lt;P&gt;Please review this article to be able to reach this conclusion&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core" target="_self"&gt;https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 05:34:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4205366#M56869</guid>
      <dc:creator>Fabricio8798498</dc:creator>
      <dc:date>2024-10-01T05:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4206002#M56919</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/816660"&gt;@Fabricio8798498&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, this blog is about embed for customer. When you choose this method to embed, the customer doesn't need to sign in, even they don't need a Power BI account to view the embeded report. &lt;BR /&gt;&lt;STRONG&gt;The customer will use the embed token you generated for them to view the report.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;For reference:&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-tokens?tabs=embed-for-customers#authentication-flows" target="_blank"&gt;Permission tokens needed to embed a Power BI app - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1727767785435.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1176245iA9FA7A2718F6D432/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1727767785435.png" alt="vrzhoumsft_0-1727767785435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Embed tokens with Pro or Premium Per User (PPU) license are intended for development testing, so a Power BI master account or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal" data-linktype="relative-path" target="_blank"&gt;service principal&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;can only generate a limited number of tokens.&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#technical" data-linktype="absolute-path" target="_blank"&gt;Purchase a capacity&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;for embedding in a production environment. There's no limit to how many embed tokens you can generate when you purchase a capacity. In development testing, you can use free embed trial tokens with a Pro license. To embed in a production environment, you must purchase a capacity.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For reference:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#how-many-embed-tokens-can-i-create-" target="_blank"&gt;Frequently asked questions about Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 07:29:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4206002#M56919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-01T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4212832#M57205</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&amp;nbsp;where i can find the number of embed token avaliable in my azuere account ??&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 16:58:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4212832#M57205</guid>
      <dc:creator>Fabricio8798498</dc:creator>
      <dc:date>2024-10-02T16:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Embeed Power Bi with Power BI Pro account</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4214205#M57328</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/816660"&gt;@Fabricio8798498&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://azure.microsoft.com/en-us/updates/power-bi-embedded-track-your-free-embed-token-api/#:~:text=The%20number%20of%20free%20tokens%20is%20limited%20but,the%20percentage%20of%20usage%20from%20the%20total%20amount.?msockid=19c71bd7c7f46c6529820f3fc6586d18" target="_blank"&gt;Power BI Embedded: API to track your free embed token | Azure updates | Microsoft Azure&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 07:50:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embeed-Power-Bi-with-Power-BI-Pro-account/m-p/4214205#M57328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-03T07:50:42Z</dc:date>
    </item>
  </channel>
</rss>

