Forum Discussion
Embedded reports pbi-status-bar removal
Hi jasondefaoite ,
You may refer to this blog to learn how to customize Power BI embedded frame.
For reference:
Customizing PowerBI report in Power Apps Portal
The height of the element is 600 px by default.
You can customize the height and width of Power BI report by code as below.
.powerbi{
height:85vh
}
Here is a post with similar requirement like yours, I hope it could help you.
For reference:
How to remove the border of an embedded power bi report
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
v-luwang-msft
Thanks for the reply. However, you are missing the root issue. Previously, inclusion of the URL query string "&navContentPaneEnabled=false" would hide the navigation pane at the bottom which included the report tabs along with the pagination status container that displays "Page N of N". Since a recent update, the pagination status container is no longer hidden.
This is causing multiple issues such as irrelevant and unwanted pagination status being displayed, as well as changing the aspect ratio of the entire embedded report, since the pagination status changes the overall size of the embedded report. The proper fix is not found in changing viewport window settings. The proper fix is to hide the pagination status container, as it was before. Please see the attached image.