Forum Discussion
Anonymous
3 years agoNot applicable
Beginners guide to count and split text
Hello, I wanted to know the most efficient way of splitting column " Language of documents to be printed" and counting it. I tried the Count.List but ive been getting an error. The objective is t...
- 3 years ago
Anonymous , A new column in the power query
List.Count(Text.Split([ Language of documents to be printed], ";"))
Text.Split: https://youtu.be/Fn5mNEuRNVg
List.Count and List.Distinct: https://youtu.be/zNREVnoAHwM
amitchandak
3 years agoSuper User
Anonymous , A new column in the power query
List.Count(Text.Split([ Language of documents to be printed], ";"))
Text.Split: https://youtu.be/Fn5mNEuRNVg
List.Count and List.Distinct: https://youtu.be/zNREVnoAHwM