In Power Query, is it possible to add a custom column to count the number of times in each row that a number is over 80? For example, I have exam scores and I want to count how many scores are over 80 for each student:
Student Score1 Score 2 Score 3 Score4 Count
Student 1 80 90 75 85
Student 2 79 92 45 85
Student 3 65 64 15 70
So, the students would have a sixth column (Count) with the following numbers: 3, 2, 0, respectively.
Thank you.
Student Score1 Score 2 Score 3 Score4 Count
Student 1 80 90 75 85
Student 2 79 92 45 85
Student 3 65 64 15 70
So, the students would have a sixth column (Count) with the following numbers: 3, 2, 0, respectively.
Thank you.