<?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: Power BI Logo blinks in iFrame when integrating Power BI report into Web App in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/184381#M5903</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31639" data-lia-user-login="karthikeayan" class="lia-mention lia-mention-user"&gt;karthikeayan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have followed this doc "&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report&lt;/A&gt;" to integrate Power BI report into my web application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All steps went fine, but finally in my iFrame, I am not seeing the Power Bi report, instead getting blinking Power BI icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyboy faced same kind of issue already?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31639" data-lia-user-login="karthikeayan" class="lia-mention lia-mention-user"&gt;karthikeayan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;What is the output in the browser console(F12, console tab)? I can embed a report without any issue, see a demo with below static HTML. Just replace the accesstoken and reportid with yours and save it in a .html file, then open it in Chrome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;html&amp;gt;

 &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/jquery/dist/jquery.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/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: '&lt;FONT size="4"&gt;&lt;STRONG&gt;your access Token here&lt;/STRONG&gt;&lt;/FONT&gt;',
    embedUrl: 'https://app.powerbi.com/reportEmbed?reportId=&lt;STRONG&gt;&lt;FONT size="4"&gt;yourReportIDhere&lt;/FONT&gt;&lt;/STRONG&gt;' 

}; 
 

var $reportContainer = $('#reportContainer');
 
var report = powerbi.embedNew($reportContainer.get(0), embedConfiguration);
 
}
&amp;lt;/script&amp;gt;

&amp;lt;div id="reportContainer" &amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;/html&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 09:16:47 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-05-30T09:16:47Z</dc:date>
    <item>
      <title>Power BI Logo blinks in iFrame when integrating Power BI report into Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/183919#M5900</link>
      <description>&lt;P&gt;I have followed this doc "&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report&lt;/A&gt;" to integrate Power BI report into my web application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All steps went fine, but finally in my iFrame, I am not seeing the Power Bi report, instead getting blinking Power BI icon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyboy faced same kind of issue already?&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 12:34:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/183919#M5900</guid>
      <dc:creator>karthikeayan</dc:creator>
      <dc:date>2017-05-29T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Logo blinks in iFrame when integrating Power BI report into Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/184381#M5903</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31639" data-lia-user-login="karthikeayan" class="lia-mention lia-mention-user"&gt;karthikeayan&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have followed this doc "&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report" target="_blank"&gt;https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report-get-report&lt;/A&gt;" to integrate Power BI report into my web application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All steps went fine, but finally in my iFrame, I am not seeing the Power Bi report, instead getting blinking Power BI icon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyboy faced same kind of issue already?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="31639" data-lia-user-login="karthikeayan" class="lia-mention lia-mention-user"&gt;karthikeayan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;What is the output in the browser console(F12, console tab)? I can embed a report without any issue, see a demo with below static HTML. Just replace the accesstoken and reportid with yours and save it in a .html file, then open it in Chrome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;html&amp;gt;

 &amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/jquery/dist/jquery.js"&amp;gt;&amp;lt;/script&amp;gt;

&amp;lt;script src="https://microsoft.github.io/PowerBI-JavaScript/demo/node_modules/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: '&lt;FONT size="4"&gt;&lt;STRONG&gt;your access Token here&lt;/STRONG&gt;&lt;/FONT&gt;',
    embedUrl: 'https://app.powerbi.com/reportEmbed?reportId=&lt;STRONG&gt;&lt;FONT size="4"&gt;yourReportIDhere&lt;/FONT&gt;&lt;/STRONG&gt;' 

}; 
 

var $reportContainer = $('#reportContainer');
 
var report = powerbi.embedNew($reportContainer.get(0), embedConfiguration);
 
}
&amp;lt;/script&amp;gt;

&amp;lt;div id="reportContainer" &amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;/html&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 09:16:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/184381#M5903</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-05-30T09:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Logo blinks in iFrame when integrating Power BI report into Web App</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/184390#M5905</link>
      <description>&lt;P&gt;okay, I&amp;nbsp;found the issue. My javascript was screwed up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was getting 403 in my console window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I fixed it!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 09:27:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Logo-blinks-in-iFrame-when-integrating-Power-BI-report/m-p/184390#M5905</guid>
      <dc:creator>karthikeayan</dc:creator>
      <dc:date>2017-05-30T09:27:03Z</dc:date>
    </item>
  </channel>
</rss>

