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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
After publishing a report to my Azure Workspace, I am able now to integrate it to my portal using JavaScript, but I get a scroll bar and not sure what property to adjust to make it fit the Div
Hi @ukluk,
Are you using <iframe> to embed your report within a Div?
If that is the case, you should be able to change the width of the <iframe>, or set scrolling property to "no" to make it fit the Div in this scenario.![]()
var iframeHtml = "<iframe style=\"width:100%;height:100%;\" src=\"" + this.config.embedUrl + "\" scrolling=\"no\" allowfullscreen=\"true\"></iframe>"; this.element.innerHTML = iframeHtml;
For more details, you can refer to the Power BI Sample here.
Regards
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 72 | |
| 59 | |
| 27 | |
| 23 | |
| 20 |