Forum Discussion
Split a calculated column
Single-click the heading of the column you'd like to split, then click the drop-down labeled 'Split Column' in the 'Transform' group on the 'Home' tab.
Hi mjc543,
Thank you for your answer, I tried that but the issue I have is that my calculated column does not apppear in the query editor or "transform data". I believe the column on your screenshot is not a calculated column.
This is why I can't find a way to split my column.
- az386 years agoCommunity Champion
or (and thats much better):
Split column 1 = PATHITEM(SUBSTITUTE([Calculcated column], "-", "|"), 1) Split column 2 = PATHITEM(SUBSTITUTE([Calculcated column], "-", "|"), 2) Split column 3 = PATHITEM(SUBSTITUTE([Calculcated column], "-", "|"), 3) - mjc5436 years agoAdvocate II
Oh ok I misunderstood, my fault. Question: if it is in fact a "calculated" column - it must have been calculated from something, no? So logically the individual components already exist somewhere? Perhaps they got removed as an applied step in Power Query? If so, delete that step and they will be restored and there will be no need to split.