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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Text Forced Enter/Return

I have an excel file as datasource and within the excel file, there is one column that contains long texts that have forced return within the text.

 

When pulling in the text field into PowerBI table visual, the forced return is shown as "_x000D_".

 

I'm surprised not very much has been discussed here on the forum. I tried using the Query Editor's "Replace Value" function selected "Carriage Return" under Advanced Options --> "Replace using special characters".  But it didn't work.

 

Aside from going into Excel and use "Clean" formula to remove the forced returns, can the fix be done within PowerBI?

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Actually after many tries over 3 days, I finally found a solution to my issue, so I am here to share:

 

In Query Editor: 

Value to Find: _x000D_

Replace With: #(cr) --> Special Character for Carriage Return

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Actually after many tries over 3 days, I finally found a solution to my issue, so I am here to share:

 

In Query Editor: 

Value to Find: _x000D_

Replace With: #(cr) --> Special Character for Carriage Return

Anonymous
Not applicable

Hi @Anonymous 

I couldn't understand how it solved the problem.
My data has "_x000D_ written at the end.
Can you help me?

Anonymous
Not applicable

Hi @Anonymous 

In the Query Editor, select the column with the special characters.  Then under the Transform tab, select Replace Value.

 

A menu pops up, and at the bottom of the menu, expand "Advanced Options", and select "Replace using Special Characters".

 

Then follow the solution post in this thread.

 

Hope this helps.

Anonymous
Not applicable

Thank you so much @Anonymous !!!!!! You saved my life 😀

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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