The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello fellow forummers,
We've made a report in Power BI Report Builder and want to generate a word document. so far so good. But the generated word document makes the graphs in a low resolution. When we generate the same file in PDF the graphs looks fine. Does someone knows a solution? Thanks in forehand.
The things we've tried:
generate a document via Power Automate "Export To File for Paginated Reports"
with different format settings:
- no settings
- {
"DpiX": 300,
"DpiY": 300
}
- {"DynamicImageDpi": 300}
@Alexvh Hey,
High-resolution images in a Word document from Power BI Report Builder can sometimes be tricky due to the way Word handles image rendering. Here are a few suggestions you might consider to improve the resolution of the charts in your Word document using below steps.
Try exporting charts separately at a high resolution from Power BI, and insert these into the Word document manually.
Thanks
Harish KM
If these steps help resolve your issue, your acknowledgment would be greatly appreciated.
Hi @Alexvh ,
We wanted to follow up to see if the issue you reported has been fully resolved by our support team. If you still have any concerns or need additional support, please don’t hesitate to let us know, we’re here to help.
We truly appreciate your patience and look forward to assisting you further if needed.
Warm regards,
Chaithra E.
Hi @Alexvh ,
If your issue about resolution still persists, please consider raising a support ticket for further assistance.
To raise a support ticket for Fabric and Power BI, kindly follow the steps outlined in the following guide:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn
Thank you,
Chaithra E.
Hi @Alexvh ,
I understand you're encountering issues with exporting Power BI visuals to Word, especially around image resolution. There's a great blog post by UpSlide that outlinesquick and effective ways to export Power BI to Word. You can check it out here: Power BI Export to Word: Quick, Easy Solution It covers methods like exporting to PDF, copying visuals.
Hope this helps,
Best Regards,
Chaithra E.
Hallo Chaithra,
It is an add-on that isn't part of the Power BI Report builder package. We were automating the process via a Power Automate process, what was running pretty fine with the exemption of the pixel error. I want to stay close to that process. greetings Alex
Sadly, the topic is not resolved. I'm thinking of moving away from Power Bi Report builder and take my loss
Hi @Alexvh ,
We just wanted to follow up to ensure that your issue has been fully resolved. If there are any outstanding questions or if you need further assistance with anything, please don’t hesitate to reach out. We’re always here and happy to help in any way we can.
Your satisfaction is important to us, and we want to make sure you have everything you need.
Warm regards,
Chaithra E.
Hi @Alexvh ,
We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out. We’re more than happy to continue supporting you.
Best Regards,
Chaithra E.
Hi @Alexvh ,
Make sure to set the correct file extension and format to .emf. Also, in Power BI Report Builder, ensure that DPI (DpiX and DpiY) is set to 300. After exporting the report, check the image resolution in the generated Word document.
If the issue persists, consider these workarounds:
Export the report as PDF and convert it to Word for better image quality.
Use PNG or SVG for images if EMF doesn’t produce the desired result.
Hope this helps.
Best Regards,
Chaithra E.
Hi @Alexvh ,
This is a known limitation — Word exports from Report Builder often render charts at lower resolution than PDF.
Here’s what you can try:
Use OutputFormat: EMF\ In Power Automate, set the export format to EMF (Enhanced Metafile) if supported. It keeps vector quality in Word.
Try EmbedFonts and ImageDeviceInfo settings\ Example:
{ "DpiX": 300, "DpiY": 300, "EmbedFonts": true, "ImageDeviceInfo": { "OutputFormat": "EMF" } }
Alternative\ Export to PDF (high quality) and convert to Word if layout is fixed. Not ideal, but better for print-ready output.
Let me know if you want help testing the export settings.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I’d be grateful for a Kudos if you found it helpful.
Translation and formatting supported by AI assistance.
Hallo Burakkaragoz, I've altered the formatSettings (point 2) and altered "Create file" and put .emf in it (point 1). Sadly it didn't work. Could it he that I must add this in an other process?