Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello all,
I need to visualize an improvement of a student's skills set by level and date. Here is the data I have:
I need to draw a line chart per student with level names instead of Y axis and dates as X axis
I added a slicer to choose student's name, but it didn't work in Power BI
How can I draw a line chart like below?
I would appreciate your help!
Solved! Go to Solution.
With the built-in line chart, you can get pretty close.
or
These both use a measure for the values.
I think you'd probably need a non-built-in visual to do the categorical Y axis with the lableing you specified.
With the built-in line chart, you can get pretty close.
or
These both use a measure for the values.
I think you'd probably need a non-built-in visual to do the categorical Y axis with the lableing you specified.
Thank you it worked! now I have another problem with line chart. I have a filter with students' name and whenever I choose any of them I got mess on my line chart. Dots for each student do not connect with each other. How i can fix it? Appreciate your help!
Hi @LoonaMoon ,
I feel like you won't be able to use a "text" type field on the Y axis.
In return, I propose you to use a measure to extract only the numerical part of the "Level" column.
Measure = VALUE( RIGHT( MAX( 'Table' [Level] ) ) )
With this measure created, just add it on the "Values" section of the desired visual.
(I renamed it as "Level" on the visual to adapt the solution to the presented scenario).
Best Regards,
Eduardo
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |