Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 6 | |
| 5 |