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.
3 Replies
- lbendlin
Super User
The 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.
- AnonymousNot applicable
you mean: use Import mode?
- lbendlin
Super User
No, use DQ with local data model.