Forum Discussion
Get Dataverse image column (Base64)
- 2 years ago
I think all you need the url no ?
When adding custom image columns to your Dataverse table in Power Query, the column will display the image URL in the following format:
/Image/download.aspx?Entity=cree3_MYTABLE&Attribute=cree3_image2&Id=36cc42c6-0cd2-ec11-a7b5-000d3a0d0c9c&Timestamp=637879702012941786
To properly display these images in your reports, create a custom column named "MyImageURL" in Power Query and prepend your company's Dataverse URL to this image URL. This URL can be found in the datasource settings within Power BI. For example:
Change the data category of the "MyImageURL" column to "Image URL" to enable image display in your reports.
I think all you need the url no ?
When adding custom image columns to your Dataverse table in Power Query, the column will display the image URL in the following format:
/Image/download.aspx?Entity=cree3_MYTABLE&Attribute=cree3_image2&Id=36cc42c6-0cd2-ec11-a7b5-000d3a0d0c9c&Timestamp=637879702012941786
To properly display these images in your reports, create a custom column named "MyImageURL" in Power Query and prepend your company's Dataverse URL to this image URL. This URL can be found in the datasource settings within Power BI. For example:
Change the data category of the "MyImageURL" column to "Image URL" to enable image display in your reports.