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

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

Reply
z_mike_90
New Member

Issues with Text Wrap

I have a table visual where the text wrap in a column is turned on.  However, there is an issue with carriage returns being automatically inserted when the column size decreases:

power bi text.png

When I increase the size of the column width, the carriage returns are gone.  I checked the text and I don't see any ascii values.  I only see the returns with the dynamic sizing of the column.  Expanding the width of the column is not the option I want due to lack of real estate on the table.

 

How do I correct the text formatting?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @z_mike_90 

 

Given you've mentioned that you have open the text wrap.

So I speculate that maybe there are some non-visible characters in your data, although you mentioned not seeing any ASCII values, it might be helpful to double-check your data for any non-visible characters that could be interpreted as carriage returns. Sometimes, data imported from external sources can contain hidden characters.

Maybe you can try this function in power query which returns a text value with all control characters of removed:

Text.Clean()

Text.Clean - PowerQuery M | Microsoft Learn

 

Best Regards

Zhengdong Xu
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

2 REPLIES 2
z_mike_90
New Member

Hi Zhengdong,

 

That worked.  Thanks for your help.

 

Anonymous
Not applicable

Hi @z_mike_90 

 

Given you've mentioned that you have open the text wrap.

So I speculate that maybe there are some non-visible characters in your data, although you mentioned not seeing any ASCII values, it might be helpful to double-check your data for any non-visible characters that could be interpreted as carriage returns. Sometimes, data imported from external sources can contain hidden characters.

Maybe you can try this function in power query which returns a text value with all control characters of removed:

Text.Clean()

Text.Clean - PowerQuery M | Microsoft Learn

 

Best Regards

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

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.

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
Top Kudoed Authors