Forum Discussion
Anonymous
8 years agoNot applicable
Save visual from Page.GetVisuals as image
I am using the PowerBI JS API to get reports and visuals. So far using the function below gives the title of the visuals and the visuals in svg tags. report.getPages() .then(function (pages) { // R...
jorge-gt3
8 years agoRegular Visitor
Anonymous, where you able to this? I need the same functionality, which is fairly simple if we could get the visual's HTML code.
v-jiascu-msft those are not feasible workarounds given that cross-domain iFame access is not permitted. But we could use the postMessage Communication Flow if there was an event that would return the HTML code of the visual instead of the current JSON response.
- Anonymous7 years agoNot applicable
no I wasn't able to do it.