<?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: Embedding multiple reports in the MVC Example Code in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/317659#M9392</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;so if I get the reportids can i then loop through and embed them on a web page?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 16:39:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-05T16:39:05Z</dc:date>
    <item>
      <title>Embedding multiple reports in the MVC Example Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/312663#M9235</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going round in circles while trying to embed multiple reports into a Power BI Embedded solution, I hope someone can help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've downloaded the example "App Owns Data" Visual Studio MVC application and have managed to get it working with the "default" first dashboard or report in a group but now I'd like to be able to control which report is displayed.&amp;nbsp; It looks like I need to control the value of the "reportId"&amp;nbsp;within the HomeController.cs code file and I can manually manipulate this value by simple assigning it a hard-coded value, I can then embed any report in the group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue comes from how to actually pass a reportid into the HomeController.cs file so I can control which report is actually displayed.&amp;nbsp; Has anyone been able to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:28:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/312663#M9235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-28T12:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding multiple reports in the MVC Example Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/312892#M9254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I solved it creating multiple &lt;STRONG&gt;App Workspace&lt;/STRONG&gt;&amp;nbsp;and make the call to them dynamic. In each &lt;STRONG&gt;App Workspace&lt;/STRONG&gt; is a report an it is displaying depending an id that I send through my app. Hope it helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:14:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/312892#M9254</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-11-28T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding multiple reports in the MVC Example Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/313407#M9265</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm going round in circles while trying to embed multiple reports into a Power BI Embedded solution, I hope someone can help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've downloaded the example "App Owns Data" Visual Studio MVC application and have managed to get it working with the "default" first dashboard or report in a group but now I'd like to be able to control which report is displayed.&amp;nbsp; It looks like I need to control the value of the "reportId"&amp;nbsp;within the HomeController.cs code file and I can manually manipulate this value by simple assigning it a hard-coded value, I can then embed any report in the group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My issue comes from how to actually pass a reportid into the HomeController.cs file so I can control which report is actually displayed.&amp;nbsp;&lt;/STRONG&gt; Has anyone been able to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;@Anonymous&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I don't quite get your issue. If you'd like to embed one fixed report, you can hard code the reportid. In other case, you can get the reportids and embed reports according to your bussiness logic. You'll find all reports in one workspace via&lt;/P&gt;
&lt;PRE&gt;var reports = await client.Reports.GetReportsInGroupAsync(GroupId);&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 06:40:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/313407#M9265</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-29T06:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding multiple reports in the MVC Example Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/317659#M9392</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;so if I get the reportids can i then loop through and embed them on a web page?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:39:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/317659#M9392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T16:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding multiple reports in the MVC Example Code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/320954#M9457</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&amp;nbsp;so if I get the reportids can i then loop through and embed them on a web page?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can surely do that. The reports just have to be in different iframes.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 07:39:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-multiple-reports-in-the-MVC-Example-Code/m-p/320954#M9457</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-12-11T07:39:38Z</dc:date>
    </item>
  </channel>
</rss>

