Issue:
How to Hide Power BI iFrame Embedded Report Tabs
Show the navigation tabs:
<iframe width="1140" height="541.25" src="https://app.powerbi.com/reportEmbedYOUR-REPORT_URL" frameborder="0" allowFullScreen="true"></iframe>
Does not show the navigfation tabs:
<iframe width="1140" height="541.25" src="https://app.powerbi.com/reportEmbedYOUR-REPORT_URL&filterPaneEnabled=false&navContentPaneEnabled=false" frameborder="0" allowFullScreen="true"></iframe>
Add "&filterPaneEnabled=false&navContentPaneEnabled=false"