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
Actually in excel I can see values but after transforming to pwerbi, it is showing as null.why it is? Is that because of data cleaning is not good.?