Forum Discussion
mjfulke
8 years agoMicrosoft Employee
How to use Images Stored in a SQL Server Table with Power BI
Power BI has several options to display images in a report or dashboard but they mostly require that the image is a url to a publicly accessible website. What I'll show you in this post is a way ...
- 8 years ago
Yes you can. See this article https://blog.gbrueckl.at/2018/01/storing-images-powerbi-analysis-services-data-models/
admin_xlsior
7 years agoPost Prodigy
Hi, I tried same step, and count the character is 1024, but still it is display as broken image. My image is png.
However by look at the character length, I'm not sure whether it is correct, or somehow during convert to text it is truncated ? because quite weird that all in the same length.
cymorg
7 years agoResolver I
I gave up on this because I need large/high res. images. An alternative approach was to write the images to temp. files on disk and insert a link to these in my dataset. Seems like PowerBI only supports small icon type images out of the box. Ces't la vie.