Reputation: 159
I am using the embedded Power BI in .NET, rendering the report using Power BI Rest APIs GetReportInGroup. There is a need to hide the Power BI filter.
I could hide it using JavaScript in our view by setting filterPaneEnabled = false
in config.
We also did hide some filters inside pbix.
Is there any way to hide it when calling Power BI REST APIs not using Javascript so it will be server-side?
Upvotes: 0
Views: 283
Reputation: 1106
No, many users are waiting for this feature to be added, there is no other way than the ones you mentioned.
Upvotes: 1