Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Hide or show the filter fly-out panel on embedded reports with an API switch or URL parameter

When a filter is added to the I-Frame url when embedding a report, this field value is dynamically added to the filter panel. An obvious use of a URL filter field is to constrain the dataset on a per user basis and when the field is visible in the filter panel , then this constraint can be removed or changed. if this can't be avoided for the filter to work on the dataset, then we need to be able to hide the filter panel. We need an API parameter or URL switch to turn the filter panel on or off but keeping the filter field in the URL
Status: Needs Votes
Comments
artie_roggeban1
New Member
X-Linking to a similar idea: Hide filters for shared Reports or prevent user from changing filters. https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/10319553-hide-filters-for-shared-reports-or-prevent-user-fr
artie_roggeban1
New Member
short url from tweet: https://t.co/YMeTzZsuWd
mike117
New Member
I have this exact requirement. At present Power BI Embedded does not appear to properly support multi-tenant Saas applications. Two parameters / filters that no user should be allowed to change on the UI are TenantId and UserId and right now there is no wat to prevent this.
popseu
New Member
Incase you are using powerbi.js with your app, open it and set filterPaneEnabled to false. Search for the snippet below: Embed.defaultOptions = { //filterPaneEnabled: true filterPaneEnabled: false }; This works for me perfectly.
cnewell71
New Member
Please can we get this sorted out?!
e_groot
New Member
This is the exact functionality we are looking for. Right now it seems impossible to show a report in Internet Explorer/Chrome 100% full screen when you're not embedding, due to the filter panel. An URL parameter for example would be VERY usefull and give the report a much more professional look.
rafael_mariucci
New Member
Yes, I need this feature too. I need to let the filter panel visible, so the user can use the filters I specify, but in my case the user MUST NOT SEE the filter set in the URL Parameter filter. To workaround this, I cannot use the filter panel, so I need to hide it and then add slicers visualizations to work as filters.
fbcideas_migusr
New Member
Status changed to: Needs Votes