Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I have been struggling with this for days and decided to reach out for help.
I need to get both the total and the percentage of students who met 70% of their math subtests (there are other school subjects in this data set but just trying to keep it simple for the example. I need to see it by "Test" not subtest). Thank you to anyone who may be able to help.
Here is dummy data:
| User ID | Result | Test | Subtest |
| 1 | Met | Math | Fractions |
| 1 | Met | Math | Decimals |
| 1 | Met | Math | Equations |
| 1 | Not Met | Math | Word Problems |
| 1 | Not Met | Math | Statistics |
| 2 | Met | Math | Fractions |
| 2 | Met | Math | Decimals |
| 3 | Met | Math | Fractions |
| 3 | Met | Math | Decimals |
| 4 | Met | Math | Fractions |
| 4 | Met | Math | Decimals |
| 5 | Met | Math | Fractions |
| 5 | Not Met | Math | Decimals |
| 6 | Met | Math | Fractions |
| 6 | Not Met | Math | Decimals |
| 7 | Met | Math | Fractions |
| 7 | Met | Math | Decimals |
| 7 | Met | Math | Equations |
| 7 | Met | Math | Word Problems |
| 7 | Met | Math | Statistics |
| 8 | Met | Math | Fractions |
| 8 | Met | Math | Decimals |
| 9 | Met | Math | Fractions |
| 9 | Not Met | Math | Decimals |
| 10 | Met | Math | Fractions |
| 10 | Met | Math | Decimals |
| 11 | Met | Math | Fractions |
| 11 | Met | Math | Decimals |
| 12 | Met | Math | Fractions |
| 12 | Not Met | Math | Decimals |
Solved! Go to Solution.
Beautiful, thank you!! (I also like the filename "ah the seventies" - made me laugh!)
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 |
|---|---|
| 7 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 21 | |
| 12 | |
| 9 | |
| 5 | |
| 5 |