I am trying to create a rolling average line in a combo chart that shows the rolling average of a metric for each value of a group/color field.
Specifically, I have the following calculated field definition for the rolling average: windowAvg( sum(count), [bucketTimestampLocal ASC], 2, 0, [{ranked_provisioner_name}] )
However, I receive the following error when applying this calculation under Lines (field well):
VISUAL_CALC_REFERENCE_MISSING
Is it possible to calculate a rolling average in Quick Sight for each distinct value of the group/color field (in this case, ranked_provisioner_name)? If so, how should the calculation be correctly defined to avoid this error?
Thank you in advance for any guidance or suggestions.
