I have bellow output of cube
date value
---- -----------
2021-01-06 10
2021-01-07 Null
2021-01-08 Null
2021-01-09 15
2021-01-10 18
2021-01-11 25
My question is, how can I create exponential moving average with this data without any Null values.
This is a useful solution for me, But it's not ignore any Null values.