Forum Discussion
nagaraj
Post Patron
6 years agoHide or Disable PAGE Tab
Hi, We are integrating the Power BI report with DotNet, able to hide the filter tab but not able to hide the PAGE tab. Is there any way to hide this. Regards Nagaraj
- 6 years ago
Hi nagaraj
Add the following code to your line &navContentPaneEnabled=false
Pragati11
Super User
6 years agoHi nagaraj ,
Right click on your Page tab ans select "Hide Page" option.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
DataVitalizer
Super User
6 years ago- nagaraj6 years ago
Post Patron
- DataVitalizer6 years ago
Super User
Hi nagaraj ,
Up today the only way to hide the page tab is to embed your report using embeded code/ iframe.
Sorry for misadressing the previous message 🙂
- nagaraj6 years ago
Post Patron
I have copied the embed link that is generated from the app.powerbi.com.
And to hide the filter pane, appended the below. Hiding filter is success.
&filterPaneEnabled=false
But the Page tab shows up as i mentioned, not sure if there is any similar way to hide the PAGE in IFRAME.
But by default the page shows up
Regards
Nagaraj