Forum Discussion
Hiding Filter Pane on Powerbi Report view
- 7 years ago
In Power BI desktop you can click the eye icon on the top of the filter pane.
When the report is published the Filters pane will not be visable.
In Power BI desktop you can click the eye icon on the top of the filter pane.
When the report is published the Filters pane will not be visable.
- Anonymous6 years agoNot applicable
Hello,
I follow the above steps but when I publish the report I still have the problem of the filtes panel being open and visible by default.
Any guidance would be greatly appreciated!- BI_Jo5 years ago
Resolver III
Hi, I had the same problem but then realised I had to turn off the filter panel in all my bookmarks, did this and the filter panel stopped showing.
- imranamikhan5 years ago
Helper V
thank you BI_Jo
- jdbuchanan716 years ago
Super User
Anonymous
I am not able to replicate your error (it works as described when I test it). Are you working on the latest version of PowerBI desktop?
- Daro686 years ago
Advocate I
I have the same issue. Any news on this topic ?
Using PBi online, making reports visible in Teams but the filters are all still visible as long as each filter separately is not hidden. So this general hiding button doesn't work for me.
Tx for any advice on what I could be doing wrong here.
- Anonymous6 years agoNot applicable
Hi,
I was using the default code downloaded from the PowerBI website for the PowerBIEmbedded_AppOwnsData demo. If you open this project and drill down to EmbedReport.cshtml, there is code that is similar to this:
var config = { type: 'report', tokenType: models.TokenType.Embed, accessToken: accessToken, embedUrl: embedUrl, id: embedReportId, permissions: models.Permissions.All, settings: { filterPaneEnabled: true, navContentPaneEnabled: false, layoutType: models.LayoutType.MobileLandscape }, };Notice the configuration element setting filterPaneEnabled to true? This overrides whatever you set in the PowerBI desktop.
Hope this helps you.
All the best,Marcel
- Anonymous5 years agoNot applicable
I have 8 pages in my dashborad and "Filters on all pages" is enabled .Now i got a requirement where i have to disable/hide filter pane on Home page...Please help
- GunnerJ5 years ago
Post Patron
Anonymous as shown in the accepted solution in the desktop view you should see the filters tab. From there click the "eye" to enable/disable the filters screen for the published version. This can be done page to page.
- Anonymous5 years agoNot applicable
Followed the same steps that you suggested but it didnt work..when i click on eye icon on any page , the filter pane would disappear in rest of the oages too which i dont want.
- Anonymous5 years agoNot applicable
This is exactly what I was looking for.
Thanks,
karthik