Forum Discussion
jasondefaoite
Advocate I
4 years agoEmbedded reports pbi-status-bar removal
Running reports in the office displayed on TVs. Visually the reports are 'dark mode' and are displayed full screen using 16:9 aspect ratio. Reports hosted on app.powerbi.com. We use &navContentPa...
majam
Microsoft Employee
4 years agoTry this flag below if you are using embedding. I’m still trying to find a URL query string parameter equivalent.
const newSettings = {
panes: {
filters: {
visible: false
},
pageNavigation: {
visible: false
}
},
bars: {
statusBar: {
visible: false
}
}
};