Jul 05 2023 03:52 AM
Hi team,
Hope you're doing great. So, I have a question. I'm trying to automate a similar dataset, where I try to categorize the skillset based on their scores while making sure that I only calculate for the rows with the same skill name.
Let's just say, I have a dataset with 3 columns, 'Skill', 'Name' & 'Score'. here, what I'm trying to do is, create a new column that categorizes their quintile and assigns A, B, C, or D only based on what their skill is showing.
Let's take the 'Draw' skill, we've 5 rows for that, so I want scores categorized into a, b, c, and d categories just for that. And then the next skill 'Paint'and so on.
I'm trying to automate this, so Power Query would also be good, let me know what would be a good way to do so.
Jul 05 2023 02:48 PM
@bsrujan022 so the issue I have here is understanding how to break them into A,B,C,D and what you want. For example I did 2 different versions in the attached. In 1 case I used the built in PERCENTRANK.EXC function and the other I used my own calculation based on the value and the max-min range. The methods yield different results and depend on how you want to define the groups.
Jul 05 2023 11:17 PM
Jul 06 2023 05:36 AM
Jul 06 2023 05:50 AM
Jul 06 2023 07:34 AM
SolutionJul 06 2023 07:39 AM