I have a formula that I need to replicate it in DAX
Sum(Abs((Sum(([Qty] / [Unit Value])) - Sum(([Pdn Qty] / [Unit Value])))))
I create a measure that calculate only this part Abs((Sum(([Qty] / [Unit Value])) - Sum(([Pdn Qty] / [Unit Value]))))
But when I add the sum it doesn't work.
Do you have any suggestion ?
Thanks