Hi all,
I'm trying to recreate a sumif() formula in PowerPivot but having no luck at all. Does anyone know the correct way to do this?
For example, I might have two columns. First column (Name) shows a pupil's name, the second column (Score) shows their test mark. I'd like to make a third column that shows the aggregate of their scores. This would be very easy using sumif() but I can't figure out how to do it using the calculate() of filter() functions.
Name,Score,NEW
Jack,10,14
Nina,11,19
Kim,1,5
Jack,4,14
Kim,4,5
Nina,8,19
I'm trying to recreate a sumif() formula in PowerPivot but having no luck at all. Does anyone know the correct way to do this?
For example, I might have two columns. First column (Name) shows a pupil's name, the second column (Score) shows their test mark. I'd like to make a third column that shows the aggregate of their scores. This would be very easy using sumif() but I can't figure out how to do it using the calculate() of filter() functions.
Name,Score,NEW
Jack,10,14
Nina,11,19
Kim,1,5
Jack,4,14
Kim,4,5
Nina,8,19