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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not 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) {

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

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

 

 

Anonymous
Not applicable

no I wasn't able to do it. 

v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.