I have marks of students in 4 subjects. I created a table calculation to get the total of the marks per student in new column called aggregate_marks. Now I want to create a custom measure "performance" that assigns "good" performance if the aggregate_marks>300.
How to proceed with this?