<?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: Dashboard embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/268296#M8149</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;. Can I embed a dashboard and a report and show only the dashboard and when a tile is clicked that the&amp;nbsp; embedded report opens in the page of this one that I want? I mean, by example, I have a dashboard with 2 tiles and a report with 2 pages. Only the dashboard is shown to the client (when he get into the page) and when he clicked on tile 2 that the report opens in the page 2 (i don't know if this can be done modifying the JS of the embedded dashboard).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2017 18:12:03 GMT</pubDate>
    <dc:creator>Juramirez</dc:creator>
    <dc:date>2017-10-04T18:12:03Z</dc:date>
    <item>
      <title>Dashboard embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/265676#M8113</link>
      <description>&lt;P&gt;Hi! I'm embedding a Dashboard using&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_self"&gt;this&lt;/A&gt;&amp;nbsp;code from Github and it works fine but what I want is that the dashboard that is embedded works as the Dashboard that I have in my own workspace (on app.powerbi.com). This means that when I clicked on a tile that is pinned from one report, the report gets open (where the visual graph is) and I can see the information that is there. Actually the embedded dashboard and his tiles just are like images and this can't be done. There's a way to do this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 23:01:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/265676#M8113</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-10-02T23:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/266629#M8121</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41885"&gt;@Juramirez&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi! I'm embedding a Dashboard using&amp;nbsp;&lt;A href="https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/App%20Owns%20Data" target="_self"&gt;this&lt;/A&gt;&amp;nbsp;code from Github and it works fine but what I want is that the dashboard that is embedded works as the Dashboard that I have in my own workspace (on app.powerbi.com). &lt;STRONG&gt;This means that when I clicked on a tile that is pinned from one report, the report gets open (where the visual graph is) and I can see the information that is there.&lt;/STRONG&gt; Actually the embedded dashboard and his tiles just are like images and this can't be done. There's a way to do this?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/41885"&gt;@Juramirez&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;That is not possible in embedding scenario. When embedding a dashboard, the embedding token has no more access to any other reports/dashboards than the embedded dashboard. Actually you can still customize the tile click events with &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript" target="_self"&gt;Power BI Javascript API&lt;/A&gt;. See snippet below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;    var config = {
        type: 'dashboard',
        tokenType: models.TokenType.Embed,
        accessToken: accessToken,
        embedUrl: embedUrl,
		pageView: "fitToWidth",
        id: embedDashboardId
    };
 
    var dashboardContainer = $('#dashboardContainer')[0] ;
 
    var dashboard = powerbi.embed(dashboardContainer, config); 
	
    dashboard.on("tileClicked", function() {
    console.log("tileClicked");
});&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/266629#M8121</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-10-03T09:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/268296#M8149</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;. Can I embed a dashboard and a report and show only the dashboard and when a tile is clicked that the&amp;nbsp; embedded report opens in the page of this one that I want? I mean, by example, I have a dashboard with 2 tiles and a report with 2 pages. Only the dashboard is shown to the client (when he get into the page) and when he clicked on tile 2 that the report opens in the page 2 (i don't know if this can be done modifying the JS of the embedded dashboard).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 18:12:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dashboard-embedded/m-p/268296#M8149</guid>
      <dc:creator>Juramirez</dc:creator>
      <dc:date>2017-10-04T18:12:03Z</dc:date>
    </item>
  </channel>
</rss>

