Forum Discussion
Anonymous
2 years agoNot applicable
can I split a column by a delimiter in Power BI DirectQuery mode?
can I split a column by a delimiter in Power BI DirectQuery mode? how? calculated column? measure? power query editor? advanced editor? Splitter.SplitTextByDelimiter("=") ? thanks.
lbendlin
Super User
2 years agoThe result of your transforms must have the same structure. If your column sometimes splits into two, and sometimes into three columns you will get an error message .
Better to use DAX if you need to act on the content inside the column.