I have monthly metric data from Jan’21 to Dec’22 as attached below and I am trying to calculate the YoY% for the ‘current_mau’ and ‘first_usage’ field values using the formula periodOverPeriodPercentDifference(sum({monthly_first_usage}) , FormattedDate , YEAR , 1)
Upon setting up the calculate field, it is giving me blank values as shown. Can anyone suggest what is wrong or an alternate approach in computing this?
If the above does not work, please send me an email with your sample data and calculation in MS Excel. Include a sheet with your calculated fields/formulas in QS.
Thank you for the suggestion! I tried using the formula Monthly YoY % Diff:
`(sum({This Month}) - sum({This Month Last Year})) / sum({This Month Last Year}) and also the way you suggested but it still gave me a blank value. I might be missing something but I’ll email you my sample data and the calculations I used. Thanks again!