Forum Discussion
AtchayaP
4 years agoHelper V
Powerbi and excel
Anybody help me? amitchandak
Vijay_A_Verma
4 years agoMost Valuable Professional
Use the following formula in a custom column in Power Query
= List.Count(Text.Split([skills],","))
For DAX
= LEN([skills])-LEN(SUBSTITUTE([skills],",",""))+([skills]<>"")
AtchayaP
4 years agoHelper V
I have used the 1st formula, but it's not counting the exact numbers in cell.i have 5skills in one cell, but it's counting as 7.could you help me