Forum Discussion
Anonymous
2 years agoNot applicable
Splitting one column into three columns using DAX
I have a combined field that has area, unit, and supervisor. I can split it in power query but it gets messy as some fields only have a unit name. I'm looking for IF( SEARCH("-") THEN SPLIT, else "un...
vanessafvg
2 years agoCommunity Champion
in power query you can right click on a column and split by delimiter and other options. It is also better from a performance perspective to create calculated columns in power query.
if you need more help than that, i think you will need to provide a sample of your data (in text form) - it is quite difficult to provide a accurate solution without knowing what the data looks like.
Anonymous
2 years agoNot applicable
I found the simplest solution was to create two split by deliminiter functions in query. That allowed me to break up the fields but it would not allow me to create an IF condition. I had to create groups and do other manual clean up actions to get the data to an approximation of what is needed. It isn't exact but it is functional.