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
andy_scott42
Helper II
Helper II

Base64 images not displaying correctly

I have images stored as binary in a database field. I am converting these to base 64 and using a Dax expression to create the following dataset column : ="data:image/jpeg;base64, " & [ImageBase64]

 

Most of the images are displaying fine but some are being cropped:

 

I've checked the size of the images and none of them are more than 500x500px or more than 1MB.

 

Any ideas what may be causing it?

 

I've created a simple SSRS report table and they display fine there. Is it something to do with converting to base64?

 

Thanks

 

2 REPLIES 2
andy_scott42
Helper II
Helper II

I've discovered it is because the length of the base64 string is greater than the max accepted string length in Power BI (32766 characters).

 

Is there a way to reduce the size of an image in the data model or can I do it via SQL server/ another package?

Hi andy_scott42,

 

I'm afraid you should compress the image string data size in database because power bi doesn't support such feature. You can submit your idea here: https://ideas.powerbi.com.

 

Regards,

Jimmy Tao

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.