Forum Discussion
Top 3 Ranking of multiple fields in same table
Yes, apologies, I also need to be able to filter by Organization Code. I've updated the dummy data. So, the question I need to be able to answer interactively is for each organization, what are the top three skills their members obtained. I usually use a slicer to filter by organization.
| Member Code | Organization Code | Skill: Business | Skill: Communication | Skill: Consulting | Skill: Cultural Awareness | Skill: Finance | Skill: Patience | Skill: HR | Skill: Meeting Skills | Skill: Recruitment | Skill: Computers |
| 1234 | A | Communication | Cultural Awareness | Finance | Patience | HR | Recruitement | Computers | |||
| 1235 | B | Business | Consulting | Finance | Patience | HR | Meeting Skills | Computers | |||
| 1236 | C | Business | Communication | Cultural Awareness | Patience | HR | Meeting Skills | Recruitement | |||
| 1237 | D | Communication | Consulting | Finance | HR | Meeting Skills | Recruitement | Computers | |||
| 1238 | A | Business | Consulting | Cultural Awareness | Patience | Meeting Skills | Recruitement | Computers | |||
| 1239 | B | Communication | Cultural Awareness | Finance | HR | Recruitement | Computers | ||||
| 1240 | C | Business | Consulting | Finance | Patience | Meeting Skills | Computers | ||||
| 1241 | D | Business | Communication | Cultural Awareness | Patience | HR | Recruitement | ||||
Hi kbraga ,
The code I sent you should work. Just select the columns member and organization and unpivot all other columns, if you click with right mouse buttom on them you will see this option.
I hope it helps,
Ricardo
- kbraga6 years agoHelper I
If I have other data in the table, would I need to add this to the same table or creat a new one?
- camargos886 years agoCommunity Champion
If you wanna do it on the same table, just select all the columns you don't need to unpivot. Also, you can select the columns you want to unpivot, just the opposite.
The first option seems more apropriate for you if you can add (more answers/questions) or change the column labels.
Ricardo