Forum Discussion

JoyceW's avatar
JoyceW
Helper II
7 years ago

Calculating average inventory by adding the begin amount and the end amount and then dividing by 2

Hi, I have Power BI linked to our Exact database. I have the following table:   itemnumber, date, amount, value.    1-1 = 10 2-1 = 20 3-1 = 40   Average should be: (40+10 )/2 = 25   I have ...