Forum Discussion
alanhodgson
9 years agoSolution Supplier
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...
- 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:
Sean
9 years agoCommunity Champion
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:
alanhodgson
9 years agoSolution Supplier