Forum Discussion
fujiii
2 years agoNew Member
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
- d_gosbellSuper User
This is correct. The PBI JS client only works with the cloud service, not the on-prem Report Server
- fujiiiNew 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.