Highlander75
New Member
- Joined
- Sep 18, 2014
- Messages
- 7
Hi
I am a dax novice,so would appreciate help on the following:
I am trying to do a LEFT formula that returns a number of characters based on where "-" is located less two spaces.
I got this to work =Left([snName],find("-",[sName],1,0)) which returns for example "2034 -"
but somehow I cannot get the -2 part to work and return "2034", something like =Left([sName,find("-",[sName],1,0)-2)
Any ideas?
I am a dax novice,so would appreciate help on the following:
I am trying to do a LEFT formula that returns a number of characters based on where "-" is located less two spaces.
I got this to work =Left([snName],find("-",[sName],1,0)) which returns for example "2034 -"
but somehow I cannot get the -2 part to work and return "2034", something like =Left([sName,find("-",[sName],1,0)-2)
Any ideas?