Forum Discussion
guh950
4 years agoMicrosoft Employee
Getting image size perfect for base64
So I've been running into a clipping issue with my base64-converted images. Some images are too large, some have too much quality, and some are the wrong extension for the application, and I'm trying...
v-yanjiang-msft
4 years agoCommunity Support
Hi guh950 ,
Please see if this document is helpful: Storing Large Images In Power BI Datasets Chris Webb's BI Blog
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
guh950
4 years agoMicrosoft Employee
I'm familiar with this article, although storing large images in a separate table with indexing would work, I'd have to rework my data modeling to do that, as I am currently using a dimension table with a unique key column that connects to other tables.