The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I added a new column called "Lote/Descripción" and works fine.
But, when I try to "fill down" that column, nothing happens
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.
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!
Solved! Go to Solution.