Forum Discussion

fujiii's avatar
fujiii
New Member
2 years ago
Solved

PBI JavaScript Client and Report Server

Hi. Is it right that PBI JS Client (methods like 'report.getPages()', 'report.getFilters()', and so on) cannot be used with a report that has been embedded (rs:embed=true) from a Power BI Report Server? Thank you.

  • This is correct. The PBI JS client only works with the cloud service, not the on-prem Report Server

2 Replies

  • This is correct. The PBI JS client only works with the cloud service, not the on-prem Report Server

    • fujiii's avatar
      fujiii
      New Member

      Thank you for your confirmation!

       

      Perhaps you could also share a method for obtaining visual data (visual.exportData())? Or something similar? Even an entire report exported CSV comprising all visuals data would be preferable.

       

      Can't make "rs:Format=CSV" work.