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/
andy_scott42
7 years agoHelper II
I've found that the maximum length a string can have to be processed by Power BI is 32766 characters.
So once you've converted your image to a Base64 string, if the length of the string is greater than this then it will crop the image.
lunds007
7 years agoNew Member
I ran into the same issue! Cropped photos :smileymad: Anybody come up with a genius solution to this yet?