Hi,
Is it possible to call PowerBI.js from OnClick() events within an embedded report? PowerBI.js is obviously already in the web page, but no idea if I can interact with it.
For example I want to create a 'Print' button within my embedded report, which might work by triggering report.print() via window.parent() ?
I have this working on a button in the parent page but it would fit better on the report itself.
Thanks,
Max