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
rlsmith1994
Helper II
Helper II

Working with multiple race/ethnicity & comma-separated categories

I have a file based on a qualtrics survey. Respondents can 'select all that apply' to race/ethnicity. When respondents select more than one race, the cell shows a comma-separated value. The table is below (see column with 2,7).

 

Is there a way to create a multi-racial category/new column based on whether or not the cell has multiple characters? Or another solution to this issue? 

 

Thank you.

 

capture1.JPG

1 ACCEPTED SOLUTION

Hi @rlsmith1994 ,

 

Try it clicking on Custom Column and insert this code:

if Text.Contains([Column], ",") then "Multi-Racial" else "Single-Racial"

 

Capture.PNG

 

When you edit this new column, the previous picture is shown.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



View solution in original post

3 REPLIES 3
camargos88
Community Champion
Community Champion

Hi @rlsmith1994 ,

 

You can create a custom column checking if the text has ",".

It's like:

 

if Text.Contains([Column], ",") then "Multi-Racial" else "Single-Racial"

 

Capture.PNG



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Thank you! 

 

The "add conditional column" window only gives me two options: equals and does not equal. I don't see the 'contains' option. Am I doing something wrong or missing a step? Thank you. Capture2.JPG

 

 

Hi @rlsmith1994 ,

 

Try it clicking on Custom Column and insert this code:

if Text.Contains([Column], ",") then "Multi-Racial" else "Single-Racial"

 

Capture.PNG

 

When you edit this new column, the previous picture is shown.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



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