Forum Discussion
Power BI in ASP Net MVC
- 9 years ago
AFAIK currently is not possible to hide filter panel or paging panel via REST API. Maybe we can upvote this :).
I tried using the same access token to embed report using powerbi.js, it didn't work. No console information, just blank screen
We can do it on powerbi.js though, see this link
Hope it helps
Hello
I have a last question :
https://app.powerbi.com/reportEmbed?reportId=21b8b191-9313-4ad6-8a33-xxxx ==> works well
Now I want to hide the filter panel :
https://app.powerbi.com/reportEmbed?reportId=21b8b191-9313-4ad6-8a33-xxx&filterPanelEnabled=false
==> nothing happened, in the internet explorer's console I can see 'access denied'
Filters' level : on the page
- runrunrun9 years agoResolver I
AFAIK currently is not possible to hide filter panel or paging panel via REST API. Maybe we can upvote this :).
I tried using the same access token to embed report using powerbi.js, it didn't work. No console information, just blank screen
We can do it on powerbi.js though, see this link
Hope it helps