Hello,
I am trying to create a Filter to isolate the Top N movers in my dataset over time (without using an Insight–those are too difficult to use and manipulate). I am creating the growth/movement function using a PeriodOverPeriodDifference function:
growth = periodOverPeriodDifference(avg({%useTotal}), {date})
It can be seen here in my variables list in my Analysis.
However, when trying to filter out server
s with useTotal
, I cannot select growth from the ranking options.
Is this the intended behavior? I would like to be able to filter based on this variable. Thanks.