Forum Discussion

amassip's avatar
amassip
Helper I
9 years ago
Solved

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...
  • runrunrun's avatar
    9 years ago

    Hi,

    you can check this out.You can get the clientID & clientSecret from registering your app here

    I tried and it worked :)

  • runrunrun's avatar
    runrunrun
    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