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.
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
- Jnkrick3 years agoFrequent Visitor
Oh man, I just realized that EVERY SINGLE object I have on my dashboard has a hide option. So not just the Filter hide at top of the filter pane. The individual filters on objects too.