Forum Discussion
Jperez2k8
2 years agoFrequent Visitor
Slicer (New) Image
I have a table with images stored as base64 strings. Some images are big and have multiple records, so I use a DAX measure to concatenate all text strings and rebuild the base64 images. Images show p...
WilkoH
2 years agoFrequent Visitor
Same issue here...
Diagnosed a bit via deployed on service: Utilizing one Base64 column and one external URL - both display correctly in a table - can confirm the Base64 definition is silently omitted:
Working with External URL:
Not working with Base64:
--> The whole "background-image" attribute is missing.
Fixing this would be highly appreciated to avoid introducing undesired dependency on external system URLs!