Forum Discussion
Window Function for Student marks
- 2 years ago
Here is a radically different approach
Add all marks together and then subtract the smallest mark.
Hi lbendlin ,
Thank you for your reply,
I was trying to get the total of top5 subject marks out of 6 subjects of a student,
but thing is in student's Marks Table of 3 academic years where student roll in not unique, but unique in each academic year.
Thank you.
let's say you have the following marks
87,87,83,83,83,83
What in your opinion should be the top 5 subjects?
- Kiven_032 years agoRegular Visitor
lbendlin I was trying to eliminate the 6th value using window function INDEX or MIN function,
but struggling to create a DAX for the expression for it, maybe it bring me the result.
Please help me with it and I appreciate for your time.
- lbendlin2 years agoSuper User
Here is a radically different approach
Add all marks together and then subtract the smallest mark.