Max() - Min(), or for that matter Delta() calculates a difference, it returns always a positive number
I would like to know the slope instead. Specifically the biggest decrease size of the last two weeks.
This is good for forecasting, much better than any linear extrapolation.
To put it in graphics

Yes, this is free disk space, and Delta() is not good enough because what is needed is exclusively Usage Growth while ignoring any Space Addition (How much space my app is known to allocate in a given period)
Is it possible to calculate this in some way with the available functions?
I would like to know the slope instead. Specifically the biggest decrease size of the last two weeks.
This is good for forecasting, much better than any linear extrapolation.
To put it in graphics
Yes, this is free disk space, and Delta() is not good enough because what is needed is exclusively Usage Growth while ignoring any Space Addition (How much space my app is known to allocate in a given period)
Is it possible to calculate this in some way with the available functions?


Comment