Forum Discussion
AtchayaP
Helper V
4 years agoPowerbi and excel
Anybody help me? amitchandak
Vijay_A_Verma
Most Valuable Professional
4 years agoUse the following formula in a custom column in Power Query
= List.Count(Text.Split([skills],","))
For DAX
= LEN([skills])-LEN(SUBSTITUTE([skills],",",""))+([skills]<>"")
AtchayaP
Helper V
4 years agoActually 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.?