Forum Discussion

Haroon95's avatar
Haroon95
Regular Visitor
7 years ago

Wrong Absolut valute

Hi

I have created a measure which is: 

Forecast Error = (SUMX(Salesdata_1; Salesdata_1[Salg_L]) - SUMX(Forecast_Data;Forecast_Data[Forecast_L]))
The total of this is -15873,94


I want to make another measure which takes the absolute value for each row, and summarizes it. The value of this should be 58 771. Have tried some measure already, and I either get an error message, 15873,94 (absolut value of total forecast error) or 270105,99 (total sales in may)

The measure is in the Salesdata table

 

Regards