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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
We have embedded a Dashboard in an internal Web site and would like to hide the Filters panel. Is that possible? Thanks.
This is done by adding this section to your config:
settings: {
filterPaneEnabled: false,
navContentPaneEnabled: false
}
My complete config looks like this:
var config = {
type: 'report',
tokenType: models.TokenType.Embed,
accessToken: accessToken,
embedUrl: embedUrl,
id: embedReportId,
permissions: models.Permissions.Read,
settings: {
filterPaneEnabled: false,
navContentPaneEnabled: false
}
};
How are you embedding it?
Power BI Reports in SharePoint Online? Or with the Power BI API? Or with Power BI Embedded?
If you're using the SharePoint web part, then you can edit the web part, and there is an option in the web part configuration for turning off the filter pane.
If you're using the API...I've never done it, but this page says something, and has an example, about "Enable and disable the filter pane and page navigation pane."
If you're using Power BI Embedded...again, I've never done it, but this page seems to have a solution.
We are using Power BI embeded. I've read the provided page - I will give it a try and pass along the outcome.
Thanks.
Hi @apagan,
Welcome to share your solution if you have resolved your solution, so more people will appreciate your workaround.
Best Regards,
Angelia
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |