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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Lopez0090
Helper III
Helper III

About the character limit when loading a query into Power BI Desktop

I am trying to use Base64 code to display images in Power BI, but because of the character limit (32,777 characters) when loading into Power BI Desktop, the Base64 code is too long and gets cut off in the middle.

 

There is no limit to the number of characters in the query editor, and it looks like Power BI Desktop can hold more than 32,777 characters if you join the values (create a calculated column) after reading them.

 

Therefore, I would like to split the number of characters converted to Base64 by Query Editor into multiple columns of about 30,000 characters and load them into Power BI Desktop.

 

Is it possible to split the number of characters into multiple rows and columns like this in Query Editor?

If anyone knows how to do this, could you please let me know?

 

 

↓↓ Image of what you want to achieve

スクリーンショット 2021-07-16 140123.jpg

 

 

Best regards,

Lopez

1 ACCEPTED SOLUTION
ImkeF
Community Champion
Community Champion

Hi @Lopez0090 ,

I believe this article holds the building blocks for it:

How to store tables longer than 1,1 Mio rows in an Excel-sheet using Power Query and JSON – The BIcc...

There I've split up into chunks to store in Excel, but this should work for your image data as well.

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

1 REPLY 1
ImkeF
Community Champion
Community Champion

Hi @Lopez0090 ,

I believe this article holds the building blocks for it:

How to store tables longer than 1,1 Mio rows in an Excel-sheet using Power Query and JSON – The BIcc...

There I've split up into chunks to store in Excel, but this should work for your image data as well.

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors