Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a situation where I can see the filter pane in my embedded report whereas I have hid the pane in the Desktop and also can't see it in the Service. But I'm not sure why I'm seeing it on the embedded page.
Please refer the below 2 screenshots, Its clearly seen that in service filter pane is not seen but i can see it on the embedded page.
Can anyone help here? How to hide it on embedded page.
Embedded View:
Service View:
Solved! Go to Solution.
Hi @Anonymous ,
If you using Power BI Embed and developing an app,please refer to: https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
There you can see examples of the variable config and set in false the pane "filters":
var config = {
type: 'report',
tokenType: tokenType == '0' ? models.TokenType.Aad : models.TokenType.Embed,
accessToken: txtAccessToken,
embedUrl: txtEmbedUrl,
id: txtEmbedReportId,
permissions: permissions,
settings: {
panes: {
filters: {
visible: false
},
pageNavigation: {
visible: true
}
}
}
};
Hope this helps.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
If you using Power BI Embed and developing an app,please refer to: https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
There you can see examples of the variable config and set in false the pane "filters":
var config = {
type: 'report',
tokenType: tokenType == '0' ? models.TokenType.Aad : models.TokenType.Embed,
accessToken: txtAccessToken,
embedUrl: txtEmbedUrl,
id: txtEmbedReportId,
permissions: permissions,
settings: {
panes: {
filters: {
visible: false
},
pageNavigation: {
visible: true
}
}
}
};
Hope this helps.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |