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 Serv...
- 2 years ago
This is correct. The PBI JS client only works with the cloud service, not the on-prem Report Server
d_gosbell
2 years agoSuper User
This is correct. The PBI JS client only works with the cloud service, not the on-prem Report Server
fujiii
2 years agoNew 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.