Forum Discussion

andy_scott42's avatar
andy_scott42
Helper II
7 years ago

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, " & [ImageBase...