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
SanketBhagwat
Solution Sage
Solution Sage

Show comma separated values in card visual.

I want to slice my data and produce the output in the card visual as comma separated values.

I have 3 columns, 'groups,divisions and functions' and I have a slicer which has groups field.

 

I want my output like when I click on groups in my slicer, the visual should show the sliced data in the same visual but as comma separated values.

I have attached screenshot of my data.

 

 

Screenshot (95).png

 

If anyone can help, then do let me know.

 

Regards,

Sanket Bhagwat 

1 ACCEPTED SOLUTION
SanketBhagwat
Solution Sage
Solution Sage

I have solved the above question.

Steps which I followed are listed below;

 

1)Create a new table using formula,

Test = SUMMARIZE(Sheet,Sheet[Groups],"Names",CONCATENATEX(Sheet,Sheet[Divisions ],","))
 
2)Select a slicer and add 'Groups' field into it.
3)Drag a card visual and include 'Names' field into it.
 
I have attached screenshot of the output.
SanketBhagwat_0-1623075890800.png

 

If this post helps, then please mark the same as 'Accept as Solution'.

 

Regards,

Sanket Bhagwat

View solution in original post

1 REPLY 1
SanketBhagwat
Solution Sage
Solution Sage

I have solved the above question.

Steps which I followed are listed below;

 

1)Create a new table using formula,

Test = SUMMARIZE(Sheet,Sheet[Groups],"Names",CONCATENATEX(Sheet,Sheet[Divisions ],","))
 
2)Select a slicer and add 'Groups' field into it.
3)Drag a card visual and include 'Names' field into it.
 
I have attached screenshot of the output.
SanketBhagwat_0-1623075890800.png

 

If this post helps, then please mark the same as 'Accept as Solution'.

 

Regards,

Sanket Bhagwat

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.

Top Solution Authors