I’m trying to build a dashboard that shows a line chart of average quarterly survey scores for each recruiter. Here's what I want to achieve:
Each line represents a recruiter.
The X-axis shows quarters (e.g., Q1 2025, Q2 2025, etc.)
The Y-axis shows the average survey score
I want to visualize trends over time for each recruiter
I’ve already:
Created a helper column that calculates the quarter from the survey date
Built a report that summarizes average scores
Tried grouping by recruiter and summarizing scores
But I can’t get the chart to show multiple lines represnting each recruiter, with points for each quarter.
Has anyone successfully built a chart like this? Do I need to restructure my report or sheet differently? Any tips or examples would be greatly appreciated!
Thanks in advance!