Forum Discussion
RoxanaZaharia
2 years agoHelper I
duplicates?
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
2 years agoSolution Sage
The 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.