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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
seemak
Frequent Visitor

count the number of categories (a single row has multiple categories) in a column

Hi 

Could anyone tell me how to create a column with the count of categories in the highlighted column

100033Liquid Lounge1INR74.8466612.87074           Finger Food, Continental, North Indian
100044Village Restaurant1INR74.8594612.89898           Chinese, Continental, North Indian, Mughlai
1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @seemak ,

 

You can try a custom column with the following code:

 

List.Count(Text.Split([categoryColumn], ","))

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

3 REPLIES 3
seemak
Frequent Visitor

Thank you so much Pete, it worked , but we need to remove the +1

I created the custom column      List.Count(Text.Split([Cuisines],",")) and it worked perfectly

seemak_0-1642061394137.png

 

Ah, yes.

I got confused with something else I was doing counting delimiters.

I'll amend my original answer so it's correct for future viewers.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




BA_Pete
Super User
Super User

Hi @seemak ,

 

You can try a custom column with the following code:

 

List.Count(Text.Split([categoryColumn], ","))

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors