Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all, hopefully I can explain my question clearly enough - apologies in advance if not, i'm new!
I have a data set which is based on information collected from a questionnaire completed by students every quarter.
I want to compare in a visual (i'm thinking a Stacked Area Chart but open to suggestions) each assessment question's average score by;
My data looks like this:
| Student ID | School | Region | Question 1 | Question 2 | Question 3 | Question 4 | Question 5 |
| BA1 | BA | NE | 1 | 3 | 3 | 3 | 4 |
| BA1 | BA | NE | 3 | 3 | 3 | 4 | 4 |
| DD2 | DD | TS | 4 | 4 | 4 | 4 | 5 |
| DG4 | DG | TS | 5 | 5 | 3 | 5 | 4 |
| DG3 | DG | TS | 2 | 4 | 5 | 3 | 4 |
| GG1 | GG | NE | 5 | 4 | 4 | 3 | 3 |
| GH2 | GH | NE | 3 | 3 | 3 | 3 | 3 |
| RF1 | RF | NE | 3 | 3 | 3 | 3 | 3 |
| RF1 | RF | NE | 4 | 4 | 5 | 4 | 4 |
Solved! Go to Solution.
Hi @Aimeeclaird
As suggested above, unpivot other columns,
matrix above shows total average scores per region and school,
clustered column chart shows every question's average scores per region or school.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Aimeeclaird
As suggested above, unpivot other columns,
matrix above shows total average scores per region and school,
clustered column chart shows every question's average scores per region or school.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Aimeeclaird , a Better option is to unpivot data and use it
https://radacad.com/pivot-and-unpivot-with-power-bi
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/
@Aimeeclaird - So typically in that case you will want to unpivot your question columns. At that point achieving what you want should be trivial.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.