Forum Discussion
RoxanaZaharia
Helper I
2 years agoduplicates?
Hello! I am working with this data set for my first project: https://www.kaggle.com/datasets/krishd123/olympics-legacy-1896-2020 , and i am trying to show top participants by the number of times they...
- 2 years ago
make another visual like a bar chart that displays each name with the number of participation.
MNedix
Solution Sage
2 years agoThe result makes sense because you have multiple values for Event (for one unique person). To get what you want, you have to create an additional measure using CONCATENATEX which will bring all the Event values into one row.