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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
krishna_murthy
New Contributor III

how to combined skill with separe with (comma)

Hi Team,,

 

Just want to check with you on the requirement we want to create below result 

 

Real case question:- 

Name             Skill

Naveen          SQL

Naveen          Azure

Naveen          Power bi

Srinivas          MSBI

Srinivas          SQL

Srinivas          Power Bi

 

Final Result is ;-

Name             skill

Naveen          SQL,Azure,Power Bi

Srinivas          MSBI,SQL,Power Bi

 

Please check and provide any feasible option on the DAX ??

7 REPLIES 7
rohit1991
Honored Contributor

Hi @krishna_murthy 

I used a sample table named 'Sample Data' to solve your problem. You can replace it with your actual table name in the measure.

Sample Table: 

rohit1991_0-1759488939945.png

 

Create Measure:

Combined Skills = 
CONCATENATEX (
    VALUES ( 'Sample Data'[Skill] ),
    'Sample Data'[Skill],
    ", "
)

 

image.png

 


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

@rohit1991  Thank you for your time.

 

Along with name and skill .. there are other columns also duplicates so how we can include and get the result.
this  are the details  

Full NameTimezoneLocation_of_CoderPrimary_Chart_TypeSecondaryChartTypeTertiaryChartTypeSkill
Arun Malik Global    
Arun Gokul Global    
Arun GokulUS - CentralDomesticOutpatient  Cardiology/Cath Lab
Arun GokulUS - CentralDomesticOutpatient  Charging
Arun GokulUS - CentralDomesticOutpatient  Interventional Radiology
Arun GokulUS - CentralDomesticOutpatient  Outpatient Surgery
Krishna KumrarIST - MumbaiGlobalOutpatientProfessionalInpatientClaim Edits
Krishna KumrarIST - MumbaiGlobalOutpatientProfessionalInpatientEmergency Department
Krishna KumrarIST - MumbaiGlobalOutpatientProfessionalInpatientInjection and Infusions
Krishna KumrarIST - MumbaiGlobalOutpatientProfessionalInpatientNephrology
Krishna KumrarIST - MumbaiGlobalOutpatientProfessionalInpatientOphthalmology
Kiran RoyalIST - BangaloreGlobalProfessional   
Manoj RajIST - ChennaiGlobalProfessional   



Hi @krishna_murthy 


The same measure you already have will work no changes needed.

Combined Skills =
CONCATENATEX (
    VALUES ( 'Sample Data'[Skill] ),
    'Sample Data'[Skill],
    ", "
)


The only important point is what I added after:
In the visual, do not include the raw Skill column.
Keep only your other columns (Full Name, Timezone, Location, Chart Types, etc.) + this Combined Skills measure.

Sample Data View :
image.png

 
Outcome: 
image.png

 


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!
Ronak_1312
New Contributor

For Above mention table with multiple column, what is your desired output.
So i can provide fesible solution with accuracy.

Thanks.
Ronak Mistry

v-tsaipranay
Honored Contributor II

Hi @krishna_murthy ,

Thanks for reaching out to the Microsoft fabric community forum.

 

Could you please let us know if the issue has been resolved? I wanted to check if you had the opportunity to review the information provided by @rohit1991  . If you still require support, please let us know, we are happy to assist you.

 

Thank you.

v-tsaipranay
Honored Contributor II

Hi @krishna_murthy ,

 

I wanted to follow up on our previous suggestions. We would like to hear back from you to ensure we can assist you further.

 

Thank you.

v-tsaipranay
Honored Contributor II

Hi @krishna_murthy ,

 

We haven’t received an update from you in some time. Could you please let us know if the issue has been resolved?
If you still require support, please let us know, we are happy to assist you.

 

Thank you.

Helpful resources

Announcements
Users online (27)