Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Chorda
Frequent Visitor

Power BI Embedded Vertical Scroll

Hi, I have embedded Power BI into my web application but regardless the browser, the screensize what so ever, a vertical scrollbar shows up. How can I get rid of it (the one highlighted in yellow in the following screenshot)?

Chorda_1-1656126691781.png

 

Here is my code:

Chorda_2-1656126739441.png

 

And the div that calls the embedContainer goes like this:

<div id="embedContainer" style="height: calc((100vw - 60px) * 0.59) !important; width: 100% !important; overflow: hidden !important; margin: auto !important; "></div>

 

How can I get rid of the vertical scrollbar.

 

The things I already tried that didnt worked:

1. I already tried in the config code with "fitToWidth", and with "actualSize" and with "oneColumn". None worked

2.  I alredy tried by publishing in the first place from the Power BI Desktop in the differnet fashions "Fit To Width", "Actual Size", "Fit To Page", etc

3. I already tried combinations of 1. and 2.

4. I already visited all posts here and in stackoverflow, such as , but not limited to:

 

https://community.powerbi.com/t5/Developer/Embedded-Paginated-report-scrolling-issue/m-p/2106021#M32...

https://stackoverflow.com/questions/66527385/powerbi-embedded-vertical-scrollbar-not-visible

https://community.powerbi.com/t5/Issues/Auto-scroll-in-Embedded-reports/idi-p/235218

https://community.powerbi.com/t5/Developer/Power-BI-Embedded-Mobile-View-showing-double-vertical-scr...

 

Any help highly appreciated.

 

Best.

 

 

1 REPLY 1
Anonymous
Not applicable

Hi @Chorda ,

Do you want to remove the vertical scroll bar of browser? If yes, please review the following links, hope they can help you.

How TO - Hide Scrollbar

Vertical scroll in report

Power BI Mobile layout

Best Regards

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors