Announcements
Hello everyone, I send some fields from power apps to the dataverse and save them in the image type column. I then need to view this data in Power BI but when I connect the field is blank, but when I see it in the dataverse and click on custom column I can see the image. Does anyone know what's going on?any help is very welcomeTy!
Usually i store the image as Metadata using the base64 conversion.The Url created is something like : data:image/jpeg;base64,/9j/4AAQSk........Then you can use the string as Image and you will see the picture.
Hi @Silva_BR,
This is because image columns are saved in Blob Storage behind the scenes and not directly in the table. To get the image, you'll need call image download URL, for example:
https://myorg.crm.dynamics.com/image/download.aspx?attribute=entityimage&entity=myentity&id={ECB6D3DF-4A04-E311-AFE0-00155D9C3020}×tamp=635120312218444444
More info: https://docs.microsoft.com/powerapps/developer/data-platform/image-attributes#entityimage_url-columnHope this helps!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 529 Most Valuable Professional
Haque 230
Kalathiya 217 Super User 2026 Season 1