I am new to power bi, and I have
I want to take the absolute value of the column, and then add it together, ie sum(abs(Column1)), but when I create a measure to do this, I get an error:

yet, if I update the measure to abs(sum(Column1)), I get the value of 3, not 9.
Does anyone know a way around this issue

Can create a measure like this