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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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