Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

Disable Filter Pane Within Embedded Power BI Report

(1) ShareShare
ReportReport
Posted on by 19

Hello, 

Is it possible to hide the filter pane within an embedded report? The filter pane is currently hidden within PBI service, but when embedded to appears. 

 

jnguyen_0-1605202157795.png

 

  • Verified answer
    jnguyen Profile Picture
    19 on at
    Re: Disable Filter Pane Within Embedded Power BI Report

    I have found a solution, it needs to be done within the advanced section to add a javascript code to hide it.  Currently I believe there is a bug so editing the JS is a workaround. Code below:

    $( document ).ready(function() {
     var rpEle = $('.portal-pbi-embedded'); // select report element
     var report = powerbi.get(rpEle[0]); // get report instance
     // we want to update settings when the report is loaded
     report.on("loaded", function () {
     const newSettings = {
     panes: {
     filters :{
     visible: false // hide filter pane
     }
     }
     };
     report.updateSettings(newSettings)
     .catch(error => { console.log(error) });
     });
    });

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35