Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
AtchayaP
Helper V
Helper V

Powerbi

16560828081985735512254606424565.jpg

 how to give comma in skills column.? Anybody help me.

 

 

@Vijay_A_Verma 

3 REPLIES 3
Vijay_A_Verma
Super User
Super User

If you want comma counting approach, then use below formula

= Text.Length([skills])-Text.Length(Text.Replace([skills],",",""))+1

If you have blanks/nulls also, then use below formula

= Text.Length([skills])-Text.Length(Text.Replace([skills],",",""))+Number.From([skills]<>"" and [skills]<>null)

16561000436175541492231558058204.jpg

 this is what I got ..

What is the expected answer? 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.