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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Markzolotoy
Impactful Individual
Impactful Individual

PBI Dataset - binary column

I want to know is there size limitations for a binary coumn type?

Also will the binary column take a memory stream from C#?:

byte[] imageBytes = Convert.FromBase64String(string);
MemoryStream exportStream = new MemoryStream(imageBytes, 0, imageBytes.Length);

 

Thanks

5 REPLIES 5
v-deddai1-msft
Community Support
Community Support

Hi @Markzolotoy ,

 

Here is a good sample for your reference :https://www.c-sharpcorner.com/blogs/load-image-file-in-power-bi-from-sql-server

 

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

 

Best Regards,

Dedmon Dai

lbendlin
Super User
Super User

Are you sure you can then actually display these binary images in the Power BI UI? via the Image URL?

Paginated repot should be able to display images stored in binary columns of SQL table.

Markzolotoy
Impactful Individual
Impactful Individual

I am specifically asking about a straight forward way of retrieving images - binary, not a work around using Base64 strings.

lbendlin
Super User
Super User

The documentation does not mention any size limit for the binary cloumn type

Data types in Power Query | Microsoft Docs

 

There are many examples of image data being stored in Power Query columns https://blog.crossjoin.co.uk/2019/05/19/storing-large-images-in-power-bi-datasets/

but most of them use a text encoding .

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors