I am currently utilizing a asp.net 4.5 web application in conjunction with Power BI Embedded to display my developed reports on PowerBI. Thankfully, this integration is functioning smoothly.
My current objective is to conceal the "Filters" section located on the right side of my Power BI reports.
https://i.sstatic.net/TBmxm.png
In the provided image, I am able to view the CSS code associated with this particular section. Unfortunately, there is no specific ID that I can utilize to access it from my .aspx class. Despite various attempts to override the CSS, I have been unsuccessful in achieving the desired outcome. Additionally, adding ?&filterPanelEnabled=False
to the end of my URL has also proven to be ineffective.
If anyone has insight on how to effectively hide the filters section of a Power BI report, I would greatly appreciate the assistance.