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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Seijuro
New Member

Delete hide characters

Hi everyone,

 

I added a new column called "Lote/Descripción" and works fine.

 

Seijuro_0-1711557604182.png

 

But, when I try to "fill down" that column, nothing happens

Seijuro_1-1711557860087.png

 

So, I copied that column in excel to find out what's going on. As you noticed, excel tells me there is something in the cells that are supposed to be empty and the function "len" does not recognize any character.

 

Seijuro_2-1711558241240.png

I understand why "fill down" does not work at this point. But I do not understand why language M does not respect my formula

 

if Text.Start([#"DESCRIPCION/#(lf)DESCRIPTION"],3)="LYP"
then
[#"DESCRIPCION/#(lf)DESCRIPTION"]
else ""

 

I hope someone can help me with this issue.

 

Regards!

 

 

1 ACCEPTED SOLUTION
dufoq3
Super User
Super User

if Text.Start([#"DESCRIPCION/#(lf)DESCRIPTION"],3)="LYP" then [#"DESCRIPCION/#(lf)DESCRIPTION"] else null

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

View solution in original post

1 REPLY 1
dufoq3
Super User
Super User

if Text.Start([#"DESCRIPCION/#(lf)DESCRIPTION"],3)="LYP" then [#"DESCRIPCION/#(lf)DESCRIPTION"] else null

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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