<?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 Multiple embedded Power Bi in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Multiple-embedded-Power-Bi/m-p/1002674#M22917</link>
    <description>&lt;P&gt;I am trying to embed the reports in my application. And everything is working perfectly when I work with just one report. However, I want to call more than one report at the same time, so I made some changes.&lt;/P&gt;&lt;P&gt;Original code of the HomeController:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="original.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251899i3FF3BA01919CCE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="original.png" alt="original.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My version:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251900i602F0C8D241D11E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu.png" alt="meu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of just passing an EmbedConfig, I pass a list of EmbedConfig that I get with information from my database. So my EmbedReport view has been modified too:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu 2.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251901i3F33BFDFF126831C/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu 2.png" alt="meu 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it displays the first report perfectly, and the second looks frozen.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu 3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251902i5BABD3E064107C95/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu 3.png" alt="meu 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any ideas, or tips that you can give me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 12:49:37 GMT</pubDate>
    <dc:creator>GustavoSouza</dc:creator>
    <dc:date>2020-04-01T12:49:37Z</dc:date>
    <item>
      <title>Multiple embedded Power Bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multiple-embedded-Power-Bi/m-p/1002674#M22917</link>
      <description>&lt;P&gt;I am trying to embed the reports in my application. And everything is working perfectly when I work with just one report. However, I want to call more than one report at the same time, so I made some changes.&lt;/P&gt;&lt;P&gt;Original code of the HomeController:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="original.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251899i3FF3BA01919CCE73/image-size/large?v=v2&amp;amp;px=999" role="button" title="original.png" alt="original.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My version:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251900i602F0C8D241D11E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu.png" alt="meu.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of just passing an EmbedConfig, I pass a list of EmbedConfig that I get with information from my database. So my EmbedReport view has been modified too:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu 2.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251901i3F33BFDFF126831C/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu 2.png" alt="meu 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it displays the first report perfectly, and the second looks frozen.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="meu 3.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/251902i5BABD3E064107C95/image-size/large?v=v2&amp;amp;px=999" role="button" title="meu 3.png" alt="meu 3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any ideas, or tips that you can give me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:49:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multiple-embedded-Power-Bi/m-p/1002674#M22917</guid>
      <dc:creator>GustavoSouza</dc:creator>
      <dc:date>2020-04-01T12:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple embedded Power Bi</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multiple-embedded-Power-Bi/m-p/1120916#M23878</link>
      <description>&lt;P&gt;Can anyone tell me if it is possible to use more than one embeded powerbi?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 20:13:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multiple-embedded-Power-Bi/m-p/1120916#M23878</guid>
      <dc:creator>GustavoSouza</dc:creator>
      <dc:date>2020-05-26T20:13:22Z</dc:date>
    </item>
  </channel>
</rss>

