Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
samira
Employee
Employee

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) {

// Retrieve first page.

var firstPage = pages[0];

firstPage.getVisuals() 

 .then(function (visuals) {

console.log(visuals); }) })

 

I want to download each visual as an image and save them to my PC. 

Any one has a solution? 

I've tried many methods without success 

3 REPLIES 3
jorge-gt3
Regular Visitor

@samira, 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. 

 

 

no I wasn't able to do it. 

v-jiascu-msft
Employee
Employee

Hi @samira,

 

This function just gives us a text list of all the visuals. Since the visuals aren't ordinary images, the workaround I can think of could be loading these viusals one by one and print them out. Please refer to 

1. using-html5-canvas-javascript-to-take-in-browser-screenshots/

2. https://stackoverflow.com/questions/9616426/javascript-print-iframe-contents-only/9616706

 

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.