Forum Discussion
Image Binary Data to Image
- 5 years ago
Hi Anonymous ,
Please check if the method in this blog could help you.
Step 7
Change the data type of ImageData (Binary) column to text from the top panel's Transform tab.Step 8
Go to "Add Column" and click on "Custom Column". It will open a window. Enter the column name and formula given below and click OK.“data:image/<image_format>;base64,”&[ImageData<binary_column_name>]
Step 9
On Data tab, select Image column and change its data category to Image URL.Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Did you set the Data Category as Image URL as explained here?
https://blog.gbrueckl.at/2018/01/storing-images-powerbi-analysis-services-data-models/
- Anonymous2 years agoNot applicable
Hello there.
I was following the instructions on the presented link for the image import: https://powerbipoint.com/2024/02/05/how-to-embedding-base64-images-in-power-bi/
Now I've reached the last step which is "Creating a DAX measure to group chunks of the same image"
When I follow the instructions my measure fails and says:
Could you please help me with this situation.
I'm trying to import images from Sharepoint so I can later upload PoweBI dashboard to Junction.
Thank you in advance