The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I have successfully loaded all images into the MS SQL table, which now updates daily. A Python script detects new images in a designated folder and loads the filename and image data in binary format into the database.
In Power BI, I’m using the following M code to convert this binary data into base64 format for displaying images in a table:
#"Added Custom" = Table.AddColumn(Source, "Custom", each "data:image/png;base64," & Binary.ToText([I_Description], BinaryEncoding.Base64)),
#"Renamed Columns" = Table.RenameColumns(#"Added Custom",{{"Custom", "ImagetoBase64"}}),
However, when displaying the ImagetoBase64 column in a Power BI table, the images appear very small. I would like to enlarge the images to better fit within the table visual.
Thanks
Solved! Go to Solution.
Hi @anshenterprice
Here are my test data, two images in base64 format:
You just need to modify the image size in the Image Size:
51px:
300px:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @anshenterprice
Here are my test data, two images in base64 format:
You just need to modify the image size in the Image Size:
51px:
300px:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Singamshetty994 @MFelix Thank you for the Feedback
but i already increase the size of the image and increase the table cell but still i can see very small image ..
Hi @anshenterprice
you need to increase the image resolution i.e, enchance or resize it (or) go to table visual settings for image size in Power BI tables might be restricting the display size & increase the column width.
following the above steps you can achieve the enlarge the images to better fit within the table visual.
Hi @anshenterprice ,
You can change the image size on the options of the table:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português