<?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 power bi embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/114674#M3954</link>
    <description>&lt;P&gt;Scenario: Need to embed single visual through Power BI Embedded. Since embedding of the tile is not available created report where one page holds one visual and embedding the report to the web page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are successful in embedding the report through Power BI embedded, however we are facing issues related to fitment of the report in the iframe. The embedded report does not inherit the width and height of the iframe, instead it is rendering at differnt height and width which is distorting the look of the graph. Also it is not reponsive to different resolution and devices. Any pointers to overcome this will be very helpful. Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 17:00:43 GMT</pubDate>
    <dc:creator>Kavita</dc:creator>
    <dc:date>2017-01-17T17:00:43Z</dc:date>
    <item>
      <title>power bi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/114674#M3954</link>
      <description>&lt;P&gt;Scenario: Need to embed single visual through Power BI Embedded. Since embedding of the tile is not available created report where one page holds one visual and embedding the report to the web page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are successful in embedding the report through Power BI embedded, however we are facing issues related to fitment of the report in the iframe. The embedded report does not inherit the width and height of the iframe, instead it is rendering at differnt height and width which is distorting the look of the graph. Also it is not reponsive to different resolution and devices. Any pointers to overcome this will be very helpful. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:00:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/114674#M3954</guid>
      <dc:creator>Kavita</dc:creator>
      <dc:date>2017-01-17T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: power bi embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/115641#M3981</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/19975"&gt;@Kavita&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Scenario: Need to embed single visual through Power BI Embedded. Since embedding of the tile is not available created report where one page holds one visual and embedding the report to the web page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are successful in embedding the report through Power BI embedded, however we are facing issues related to fitment of the report in the iframe. &lt;STRONG&gt;The embedded report does not inherit the width and height of the iframe&lt;/STRONG&gt;, instead it is rendering at differnt height and width which is distorting the look of the graph. Also it is not reponsive to different resolution and devices. Any pointers to overcome this will be very helpful. Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How did you emebed the report? I don't have the problem when embeding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/26742iF2A8F71132A44DAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;html&amp;gt;

 &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/jquery/dist/jquery.js"&amp;gt;&amp;lt;/script&amp;gt;  
 &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/bower_components/powerbi-client/dist/powerbi.js"&amp;gt;&amp;lt;/script&amp;gt; 
     

&amp;lt;script type="text/javascript"&amp;gt;
window.onload = function () {
 
var embedConfiguration = {
    type: 'report',
    accessToken: 'eyJ0eXAxxxxxxxxxxxxxxxxxxxxxxxxxxxxmtzcGFjZUNvbGxlY3Rpb240UEJJIiwid2lkIjoiYjVkMDJiYmItODcxNy00MmJlLWEzMTMtZDEyYTdmYzk0OTcyIiwicmlkIjoiNzk4M2RiYjktOThjYy00ZjRjLTk4NmMtOGM3ODFjZmFkZjI2IiwiaXNzIjoiUG93ZXJCSVNESyIsImF1ZCI6Imh0dHBzOi8vYW5hbHlzaXMud2luZG93cy5uZXQvcG93ZXJiaS9hcGkiLCJleHAiOjE0ODQ4MDkzMzYsIm5iZiI6MTQ4NDgwNTczNn0.mbQSPB6Wn8lYpCk-GoEq_KWsTTlx_dXg9CO8EgNTX60',
    id: '7983dbb9-xxxxxxxxx-8c781cfadf26',
    embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed?reportId=7983dbb9-xxxxxxxxxc-8c781cfadf26'
}; 

var $reportContainer = $('#reportContainer');
 
var report = powerbi.embed($reportContainer.get(0), embedConfiguration);

report.fullscreen();  

}
&amp;lt;/script&amp;gt;

&amp;lt;div &lt;STRONG&gt;style="height:400px; width:600px"&lt;/STRONG&gt; id="reportContainer"&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;Regarding responsive to different devices, based on my personal understanding, the embedded reports are supposed to be viewed by mainsteam browers in PC, for mobile devices, you can use &lt;A href="https://powerbi.microsoft.com/en-us/mobile/" target="_self"&gt;Power BI Mobile&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 06:39:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-embedded/m-p/115641#M3981</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-01-19T06:39:31Z</dc:date>
    </item>
  </channel>
</rss>

