Forum Discussion
Anonymous
5 years agoNot applicable
Get no of text string in Column
Hi,
I have a column that contains some text, and I want to find the no of a text string in it.
Eg
You can add a custom column in the query editor with
= List.Count(Text.Split([Column], " "))
Pat
1 Reply
- mahoneypatMicrosoft Employee
You can add a custom column in the query editor with
= List.Count(Text.Split([Column], " "))
Pat