Forum Discussion
Anonymous
6 years agoNot applicable
How to split column till delimiter using DAX
Hi All, I have column let say Name it is having values like brian lara now i want to create a new column using DAX that have only first name like "brian" . How to do it using Dax?
- Anonymous6 years ago
Thanks Jimmy.
Can you please recheck the DAX column formula which you have sent to me.
It is not working for me.
I have tried Following one and it worked fine :
First name = LEFT(SUBSTITUTE(Players[Name]," ","-"),SEARCH("-",SUBSTITUTE(Players[Name]," ","-"))-1)Cheers,Deepak Baberwal
Anonymous
6 years agoNot applicable
Hi,
Actually i want DAX Solution.
I think your solution is working fine with excel but not in Power BI .
Jimmy801
6 years agoCommunity Champion
Hello Anonymous
any news on this regards?
Jimmy