Forum Discussion

alanhodgson's avatar
alanhodgson
Solution Supplier
9 years ago
Solved

DAX: Text Functions help

Hey Community,   I am struggling today. I have a column with data the looks like "CustomerName (Location)". I want to make a new column off a DAX formula that will pull the location out of the colu...
  • Sean's avatar
    9 years ago

    Why not split the entire column in the Query Editor - Split by (Custom) Delimiter?

     

    In the Query Editor you can also Trim and Clean much easier :smileyhappy: