Moving Minimum

The MovingMin function operates over a moving window of values. For each Window, the Moving Minimum returns the minimum value found in the Window. This function is similar to the Simple Moving Average. No “Weighted” or “Exponential” can be calculated for this function.

The MovingMin function takes the following arguments:

MovingMin (column, window, break_col)

where:

The following results would occur if you used the Moving Minimum function with a Window value of 3.

Similar to Simple Moving Averages above, note that the values in the "3-Month Moving Minimum" column are positioned according to the trailing averages.

Table 183. Moving Minimum Example

Month

Original Sales Values

3-Month Moving Minimum

Jan

10

Feb

15

Mar

17

10

Apr

20

15

May

22

17

Jun

20

20

Jul

25

20

Aug

27

20

Sep

30

25

Oct

35

27

Nov

37

30

Dec

40

35