Forum Discussion
report builder resolution problems in word
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?