Forum Discussion

PPars2025's avatar
PPars2025
Helper I
7 months ago
Solved

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...
  • JamieHolding's avatar
    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.