I am working on a cumulative dataset and I need to convert cumulative values to daily values of the same column. I did it with creating a calculated field, but, the first row's value is missed. Because there is no previous row for the first row. I need to write the code in a way that lets the first row by it's own value. my Code is this :
ZN(SUM([Total Ground Weapons])) - LOOKUP(ZN(SUM([Total Ground Weapons])), -1)