Forum Discussion

Juju-PowerBI's avatar
Juju-PowerBI
Frequent Visitor
5 years ago
Solved

ABS Function total

Hi,

I'm trying to create a column that will allow me to show the Absolute value.

But the total is not correct when i use : ABS(SUM(Table1[QTY])) 

I'm trying to have the total amount like the example below.

Here the data example,

BOOKREFQTY
A1-30
A210
B1-10
B250

 

Thank you