Forum Discussion
Hussein_charif
1 year agoHelper V
Versus previous
Hi, i wanted to check if there is a similar function to the previous() visual calculation function but with measures? Also, i have this visual calc: Diff IF( ISINSCOPE([itemno]) && NOT ISINSCOPE...
- 1 year ago
Yes, by using PREVIOUS() and indicating which direction you want to look.
lbendlin
1 year agoSuper User
Yes, by using PREVIOUS() and indicating which direction you want to look.
Hussein_charif
1 year agoHelper V
used PREVIOUS([Total AVG Cost],1,-1) and it worked, thank you