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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
powerbi_
New Member

PowerBI API - Inherit Report Filter Pane Visibility From PowerBI Report

Hi all,

Appears something has changed in the last few weeks and was just brought to my attention.

Historically, I would set my config to the below:

 

var config = {
                type: 'report',
                accessToken: accessToken,
                embedUrl: embedUrl,
                id: embedReportId,
                permissions: models.Permissions.All,

                settings: {
                    filterPaneEnabled: true,
                    navContentPaneEnabled: true,
                },
                bookmark: {
                    state: "@Html.Raw(Model.BookmarkState)"
                }
            };

 

By doing this, the filter pane would only appear when the report was set to show the filter pane. Unfortuantely, now the filter pane is visible for all reports. I removed filterPaneEnabled from the config file hoping that would then inherit the permission from the PowerBI Report, but removing it appears to now show the filter pane too. If I set filterPaneEnabled: false, then the filter pane is no longer visible.

I've confirmed that the report developers are setting the eye icon in powerbi desktop to not show the filter pane. Additionally, I can see that the powerbi website is suppressing the filter panes as expected.

Unfortunately, I cannot suppress all filter panes because some reports require it. Hoping to find a solution that will inherit the filter pane visibility from the report so that I do not need to add the flag to the database as it'll be one more thing that would need set/updated.

 

Much appreciated!

0 REPLIES 0

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.