Forum Discussion
Hussein_charif
Helper V
1 year agoVersus 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
Super User
1 year agoYes, by using PREVIOUS() and indicating which direction you want to look.
Hussein_charif
Helper V
1 year agoused PREVIOUS([Total AVG Cost],1,-1) and it worked, thank you