Forum Discussion
tylerbauer
9 years agoHelper II
Power BI Embedded - Making Report Fill Entire Screen
Hello, I am working with a project where I am trying to make the Power BI Report 100% of the screen. Currently, I am hosting the project with Microsoft Azure and importing Power BI Desktop files...
Eric_Zhang
9 years agoMicrosoft Employee
Can you try to change the iframe style to
<iframe style="position:absolute; height:100%; width:100%; border: none">
- tyeriksen5 years agoFrequent Visitor
Thanks for the tip! Still good advice!