Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
My company has a report that has been published to the web, and the iframe embedded in to one of our websites, interrai.co.nz/data
When you click on the Enter Full Screen mode button, nothing hapens. I have tried with Chrome and Edge and neither work.
The iframe code (auto generated by the PowerBI Service) is:
<iframe width="800" height="600" src="https://app.powerbi.com/view?r=eyJrIjoiZTU2YjdlZjUtYmU0YS00ZTgxLWI2YWMtMDA4MTFmZWJjZDNhIiwidCI6IjAwNTFlYzdmLWM0ZjUtNDFlNi1iMzk3LTI0Yjg1NWIyYTU3ZSIsImMiOjEwfQ%3D%3D" frameborder="0" allowFullScreen="true"></iframe>
Hello! Did you get the full screen mode button working in the end? I'm experiencing the same with my dashboards when embedded as an iframe – this used to work in the past but recently has stopped working...
Example: https://smarturl.it/citywideintelhub – my Power BI dashboard is inside an iframe and the full screen button stopped working in September......
Thank you
Si
-edit- looks like I've missed out allowfullscreen on my iframe code and that seemed to have fixed my problem!!!