<?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 Embed Power BI report using Angular 10 in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embed-Power-BI-report-using-Angular-10/m-p/2105536#M32141</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a requirement to show the pages of power bi reports in the left side navigation bar in Angular 10 Application.&lt;/P&gt;&lt;P&gt;Please help me out with some solutions for this implementation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 11:43:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-29T11:43:00Z</dc:date>
    <item>
      <title>Embed Power BI report using Angular 10</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-Power-BI-report-using-Angular-10/m-p/2105536#M32141</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a requirement to show the pages of power bi reports in the left side navigation bar in Angular 10 Application.&lt;/P&gt;&lt;P&gt;Please help me out with some solutions for this implementation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 11:43:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-Power-BI-report-using-Angular-10/m-p/2105536#M32141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-29T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Power BI report using Angular 10</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-Power-BI-report-using-Angular-10/m-p/2112754#M32198</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try this code to embed your Power BI report in&amp;nbsp;&lt;SPAN&gt;your Angular application.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;powerbi-report
    [embedConfig] = {{
        type: "report",
        id: "&amp;lt;Report Id&amp;gt;",
        embedUrl: "&amp;lt;Embed Url&amp;gt;",
        accessToken: "&amp;lt;Access Token&amp;gt;",
        tokenType: models.TokenType.Embed,
        settings: {
            panes: {
                filters: {
                    expanded: false,
                    visible: false
                }
            },
            background: models.BackgroundType.Transparent,
        }
    }}

    [cssClassName] = { "reportClass" }

    [phasedEmbedding] = { false }

    [eventHandlers] = {
        new Map([
            ['loaded', () =&amp;gt; console.log('Report loaded');],
            ['rendered', () =&amp;gt; console.log('Report rendered');],
            ['error', (event) =&amp;gt; console.log(event.detail);]
        ])
    }
&amp;gt;
&amp;lt;/powerbi-report&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://github.com/microsoft/powerbi-client-angular" target="_self"&gt;powerbi-client-angular&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://How%20to Embed a Bold BI Dashboard in an Angular Application" target="_self"&gt;How to Embed a Bold BI Dashboard in an Angular Application&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the offical blog about embed Power BI report, you can choose to &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-your-organization?tabs=net-core" target="_self"&gt;embed for orgnization&lt;/A&gt; or &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core" target="_self"&gt;embed for customer&lt;/A&gt; by your requirement.&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>Mon, 04 Oct 2021 02:10:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-Power-BI-report-using-Angular-10/m-p/2112754#M32198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-04T02:10:24Z</dc:date>
    </item>
  </channel>
</rss>

