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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Text String Missing Characters

Hi,

 

I have created a custom column to retrieve cells from another column that has more than 2 characters.

 

However the function is cutting the text string short. I have read up and the character limit is well beyond the character count I am trying to display.

 

IF(LEN('Forms Pro Question Responses'[Name])>2 ,'Forms Pro Question Responses'[Name],BLANK())
 
The text in the original Name column is displaying all characters.
 
Any suggestions greatly appreciated 😄

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I figured it out as I went to look for an example -_-. There are 2 columns from the data source and one has trimmed text

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous 

This formula is working fine for me.

Please check if you have your reference column('Forms Pro Question Responses'[Name]) is Text.

pranit828_0-1598057456336.png

 

camargos88
Community Champion
Community Champion

Hi @Anonymous ,

 

Can you give some examples of it ?



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Anonymous
Not applicable

I figured it out as I went to look for an example -_-. There are 2 columns from the data source and one has trimmed text

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors