Hi Team, I have an existing formula for moving average, however I want to add another condition that if the moving average is negative, then the result should be zero.
This is my formula right now:
IF(Actual?,MOVINGAVERAGE('Actual',3),PREVIOUS('Month))
Can you help me how can I add my new condition in this formula? Thank you!