Forum Discussion
Anonymous
5 years agoNot applicable
Hide gray report footer navigation in iframe
I have an report embedded in Confluence and I do not want to see the report tabs at the bottom. Is there something I can add in this code below to remove it.
<div pbi-resize="powerbi" pbi-resize-src="https://app.powerbi.com/reportEmbed?reportId=XXXX" pbi-resize-min-width="600" pbi-default-width="600px" pbi-default-height="488" pbi-resize-width="16" pbi-resize-height="9" pbi-resize-load-event="page-load" pbi-resize-header="false" style="position: relative;"><iframe frameborder="0" allowfullscreen="true"></iframe></div>- Anonymous5 years ago
I figured out what was missing if this helps anyone else in the iframe embedded url add the bold part to the end:
"https://app.powerbi.com/reportEmbed?reportId=XXXX&navContentPaneEnabled=false"
1 Reply
- AnonymousNot applicable
I figured out what was missing if this helps anyone else in the iframe embedded url add the bold part to the end:
"https://app.powerbi.com/reportEmbed?reportId=XXXX&navContentPaneEnabled=false"