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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
subhendude
Employee
Employee

While attempting to store a string, a string was found that was larger than the page size selected.

I'm facing an issue while binding the datasouce with a table visual in Power BI. My datasource details are given below

It has around 17000 rows and 9 fields. There is a text field "errordetails" which contains characters ranging from 40 to 74000 in the different rows.

Binding the above datasource displayed the following error message

subhendude_0-1659069175417.png

However if I remove the "errordetails" field from the table visual, it worked fine.

It looks like the issue might be because of large number of characters overflowing the memory page size. Do we know what is the limitation of number of characters that can be considered for a text field? Any other suggestion would also welcome.

 

Thanks

3 REPLIES 3
subhendude
Employee
Employee

Thanks Theo!

Though I tried to restrict the length 32766, still same issue persists

errorDetails = iff(strlen(errorDetails) > 32766, substring(errorDetails, 1, 32766), errorDetails)
TheoC
Super User
Super User

Hi @subhendude 

 

"In summary, then, there are two different practical limits on the maximum length of a text value in Power BI: the 32766 character limit on text being loaded into Power BI, and the 2.1 million character limit in DAX functions."- Chris Webb

 

https://blog.crossjoin.co.uk/2019/05/17/maximum-length-text-value-power-bi/#:~:text=Once%20you've%20....

 

Guessing that the 74000 characters is causing it given the maximum is 32766.

 

All the best.

Theo 

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

TheoC
Super User
Super User

Hi @subhendude 

 

"In summary, then, there are two different practical limits on the maximum length of a text value in Power BI: the 32766 character limit on text being loaded into Power BI, and the 2.1 million character limit in DAX functions."- Chris Webb

 

https://blog.crossjoin.co.uk/2019/05/17/maximum-length-text-value-power-bi/#:~:text=Once%20you've%20....

 

Guessing that the 74000 characters is causing it given the maximum is 32766.

 

All the best.

Theo 🙂

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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