Forum Discussion
amassip
9 years agoHelper I
Power BI in ASP Net MVC
Hello, I can display a RDL in an iframe from my own ReportServer and now I would like to display a report (ASP MVC application) without Azure. On this link https://github.com/Microsoft/Power...
- 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
Eric_Zhang
9 years agoMicrosoft Employee
PowerBI.js is awesome. However appending "&filterPaneEnabled=false" to a url still works when I test embeding with PowerBI REST API. It is just a little typo, try to drop the l in &filterPanelEnabled=false. :smileywink:
- daniels9 years agoFrequent Visitor
Have someone try the filterpane=false and filter by report filters in SSRS 2016 on premise PowerBI reports?