Preciso calcular o % de crescimento de cada mês com base no valor do mês anterior

Estou tentando criar um cálculo básico, mais não estou conseguindo, seria basicamente;

(ValorFev - ValorJan) / ValorJan

Mesmo usando a função log não estou conseguindo fazer a formula;

1ª Formula: ({Average_GGR} - lag({Average_GGR}, 1)) / lag({Average_GGR}, 1)

Erro: A função {{functionName}} deve ter {{correctNumber}} argumento(s) em vez de {{incorrectNumber}} argumento(s).

2ª Formula: ({Average_GGR}- lag({Average_GGR}, 1, [{Mês}])) / lag({Average_GGR}, 1, [{Mês}])

Erro: A expressão {{argumentName}} para a função {{functionName}} tem o tipo de argumento incorreto {{incorrectArgumentType}}. A sintaxe da função espera {{functionSignature}}.

Hi @Bianca_Raabe,
Have you explored/tested out the periodOverPeriodDifference function as that may be helpful for this scenario.

Let me know if this helps for your case or if you have any additional questions

Hi @Bianca_Raabe,
Following up here as it’s been awhile since we last heard from you on this thread; did you have any additional questions regarding your initial post?

If we do not hear back within the next 3 business days, I’ll close out this topic.

Thank you