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
faerewatson
Advocate I
Advocate I

hide drillthrough from filter pane for embedded reports

the latest rollout of a new feature (Analytics, Measure Drillthrough) has caused an additional section to show up on our embedded Power BI reports (we are using the filter pane). See screenshot with a dummy report embedded into our application - is there ANY way to disable showing the DRILLTHROUGH portion? It is already confusing our end users because they don't understand what to do with it (and they don't have the ability to "drag drillthrough fields here"). Please help!!drillthrough showing in filter pane for end user.JPG

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

Hi faerewatson ,

 

Modify config object and set filterPaneEnabled to false like this:

 

 

var config= {
    type: 'report',
    tokenType: tokenType == '0' ? models.TokenType.Aad : models.TokenType.Embed,
    accessToken: txtAccessToken,
    embedUrl: txtEmbedUrl,
    id: txtEmbedReportId,
    permissions: permissions,
    settings: {
        filterPaneEnabled: false,
        navContentPaneEnabled: true
    }
};

 

Regards,

Jimmy Tao

 

thanks @v-yuta-msft - but that doesn't solve my problem - we love the filter pane (saves so much space on the canvas to have the filters on the side!) and we would have to revamp all of our reports to accomodate the removal of the filter pane. We just need the DRILLTHROUGH fields/section to be disabled. Is that possible?

Hi faerewatson,

 

I'm afraid currently there's no configure options on that, you can submit your idea here:

https://ideas.powerbi.com

 

Regards,

Jimmy Tao

Thanks @v-yuta-msft - I have already done so here:

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/34219372-disable-drillthrough-on-...

 

And also submitted a support ticket (and a promising response of "we already escalated this issue to the product team" - please upvote my idea and hopefully between all three channels a fix will be prioritized!

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.