The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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, tile content is not displayed. If I look at the html for the iframe, there also the data is missing!
Does anyone else have the same problem or any solution to it?
- Thanks
I'm having the same issue with embedding dashboards. Doesn't seem to be a problem with reports, only dashboards.
Hi sunilkumar,
Is there any error message in your web console? Does Ctrl+F5 work by refreshing the cache?
Hi Sam,
Thanks for your reply.
While doing Ctrl + F5 tiles are rendering with values.
There are multiple people using my web page(Embed Dashboard page). For some people tiles are showing blank and they are reporting me a bug.
We can not ask all users to do the Ctrl + F5 right? And there is no console errors on browser.
Thanks,
Sunil Kumar
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);
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>