Forum Discussion
anas_ztw
8 years agoFrequent Visitor
Hide filter pane on Embedded report
Hi everyone, Does any one know why hiding filter pane with setting filterPaneEnabled = false in embedded report using JS is not working? I'm using same asp.net mvc project that is existing on the...
v-ljerr-msft
8 years agoMicrosoft Employee
Hi anas_ztw,
I just verified that setting filterPaneEnabled = false in embedded report using JS within PowerBI-Developer-Samples is still working fine for me.
EmbedReport.cshtml:
Result:
Also, Is there a way to hide "Report Level Filters" sections and leave the rest?
As far as I know, there isn't a way to do it currently. :smileyhappy:
Regards
- anas_ztw8 years agoFrequent Visitor
Thank for your reply v-ljerr-msft
Sorry, I forgot to mention that I'm displaying the report in Edit mode and I want to hide the filters pane in that mode.
Config code:
- v-ljerr-msft8 years agoMicrosoft Employee
Hi anas_ztw,
As far as I know, filter pane cannot be hided in Edit View currently. You can add it as an idea on Power BI Ideas forum to improve Power BI on this feature. :smileyhappy:
Regards
- anas_ztw8 years agoFrequent Visitor
Thanks.