Forum Discussion
sunilkumar
10 years agoMicrosoft Employee
Embedded tiles sometimes not rendering - showing blank
We are working on a POC with embed dashboard into website using rest api "https://api.powerbi.com/beta/myorg/dashboards/id/tiles". And tried to embed a tile but only tile header is displayed, ti...
v-chuncz-msft
10 years agoCommunity Support
Hi sunilkumar,
Based on my experience, you could try to reload the content of an iframe by using JavaScript, such as myFrame.contentWindow.location.reload(true);
jgni
9 years agoFrequent Visitor
Can I use myFrame.contentWindow.location.reload(true); also?
My tile blanks sometimes and I have to hit F5 to get data into it again...
<iframe width="100%" height="100%"
src="https://www.relationwise.com/tv2/start.html?token=**********" frameborder="0"
allowfullscreen></iframe>