Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply

Need to make large image size in Table

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

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @anshenterprice 

Here are my test data, two images in base64 format:

vjialongymsft_0-1731572337864.png

 

 

You just need to modify the image size in the Image Size:

vjialongymsft_3-1731572478874.png

 



 51px:

vjialongymsft_1-1731572427244.png


300px:

vjialongymsft_2-1731572454704.png







Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @anshenterprice 

Here are my test data, two images in base64 format:

vjialongymsft_0-1731572337864.png

 

 

You just need to modify the image size in the Image Size:

vjialongymsft_3-1731572478874.png

 



 51px:

vjialongymsft_1-1731572427244.png


300px:

vjialongymsft_2-1731572454704.png







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 ..

Singamshetty994
Frequent Visitor

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.format-pane-size-style-padding.png

MFelix
Super User
Super User

Hi @anshenterprice ,

 

You can change the image size on the options of the table:

MFelix_0-1730974360682.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.