Skip to main content

Power BI

New

Customise Embed link - remove black filters bar

Vote (6) Share
's profile image

on 04 Sep 2017 15:12:46

Remove the black Filters bar on the right of the report or change the colour to white so it is not so visible.

Comments (1)
's profile image Profile Picture

a3309361 99be-ea11-a812-000d3a8ddfb2 on 05 Jul 2020 23:06:17

RE: Customise Embed link - remove black filters bar

You can in the web app. It's in powerbi.js file and in homecontroller.js and look for FilterPaneEnabled = true and change to false. The only API I didn't find it in, was the PBI API. So there's the PBI Embedded API, and in PBI Premium API, both of those have one or both files in there.