Forum Discussion
Incomplete images from folder in One Drive
I am trying to show certain images which I uploaded from a folder on my One Drive by means of HTML code, to add the column with the code I followed some steps I saw on the internet using the following:
"data:image/.png; Base64,"&Binary.ToText([Content],BinaryEncoding.Base64).
Additionally, to visualize them I am using a "Simple Image" visualization, however the images are only shown to me partially, that is, only the top of the image is shown to me as I show below. I need your help to show the whole picture.
Using this method, you're limited to around 32KB of data per image. It reads that much and the rest is truncated.
See this prior thread for workarounds:
https://community.powerbi.com/t5/Desktop/Problems-to-see-images/m-p/706968
2 Replies
- AlexisOlson
Super User
Using this method, you're limited to around 32KB of data per image. It reads that much and the rest is truncated.
See this prior thread for workarounds:
https://community.powerbi.com/t5/Desktop/Problems-to-see-images/m-p/706968
- Syndicate_Admin
Administrator
Ersa a size issue, I did not achieve with the solutions where the images were more than 32KB, but I managed to change the format of the image and I decreased its weight a little below 32KB and I succeeded. Thank you so much