Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a atbluar report and all the columns of the table are avaialble in Visual Filters pane for user. Is there a way to hide/rmeove the column sthat are not required in Filter Pane?
Solved! Go to Solution.
Place the report in an iframe and run
document.getElementById("exploreFilterContainer").style.visibility = "hidden";