Hi, i try to input the Power Bi seciton in the Power Page.
please find below capture

As you can see, height of section is increased using section design. -> 1 of Picture
it allows to increase height seciton but height of Power Bi is still same -> 2 of Picture
I think height of Power BI can be changed with VS code edit.
is there any one who have solution to change size of Power BI?
- Code-
<div id="il1zhe" class="row sectionBlockLayout text-start" style="display: flex; flex-wrap: wrap; margin: 0px; min-height: auto; padding: 8px;">
<div class="container-fluid">
<div class="row">
<div class="col-md-12" style = "height: 500%;">
</div>
</div>
</div>