This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I need to find out if there is a way that PowerBI can pull out every student's best test scores (by test subject) and create a table of them?
For example:
| Student ID | Test Subject | Test Date | Score |
| 1 | English | 2/1/24 | 100 |
| 1 | English | 1/1/24 | 80 |
| 1 | English | 1/15/24 | 90 |
| 1 | Math | 3/1/24 | 75 |
| 1 | Math | 3/14/24 | 92 |
| 1 | Math | 4/1/24 | 100 |
| 1 | Math | 3/24/24 | 95 |
Here is what I'd like the result to be - a table showing this:
| Student ID | Test Subject | Test Date | Score |
| 1 | English | 2/1/24 | 100 |
| 1 | Math | 4/1/24 | 100 |
(There are many more students than just student #1 but you get the idea!)
Thanks in advance!!
Solved! Go to Solution.
Hi @afaherty
you just need to write a column in your table as follows:
Hi @afaherty
you just need to write a column in your table as follows:
Perfect! Thank you SO much!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |