Forum Discussion
chavanr
Resolver I
5 years agoSplit time value column in DAX
Hi there, I have created a new calculated column with "concatenate" function & need to split the same new column as per the "-" seperator. I need the time value which is on the right side as my...
Anonymous
5 years agoNot applicable
Hello chavanr
You can try this.
New Time = RIGHT( Recordings[Time], 11)
After calculating change to time.
After calculating change to time.