Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

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...