Forum Discussion
PPars2025
7 months agoHelper I
Dataset or something else?
I'm having difficulty finding a way to display my employee audit score breakdown. This visual will need to contain 25 graded categories for each employee I audit in the field. Each category will ha...
- 7 months ago
Unpivot all your columns except the first (assuming this is Person), this should result in a long table with 3 columns: "Person", Attribute "Category", and Value "Score".
You should then be able to throw the Category and Score into a bar chart as desired and filter for specific people.
JamieHolding
7 months agoResolver I
Unpivot all your columns except the first (assuming this is Person), this should result in a long table with 3 columns: "Person", Attribute "Category", and Value "Score".
You should then be able to throw the Category and Score into a bar chart as desired and filter for specific people.