Hi Pigment Community! I’m trying to create a Metric wherein if Actual Months, it will get the Actuals Details, while if Forecast Months (starting January 2025) it will get the average of January to September 2024 Actuals. Then for October to December 2024 it should be zero or blank. What is the best formula for this?
For context:
- January to September 2024 - from my Actuals metrics
- October to December 2024 - zero
- January 2025 onwards - average of January to September 2024
- I also set up a boolean for the months of 2025
This is my initial formula:
IF(Actual?, ' Actuals' , (IF('Month.’2025’,…. I should put here the formula for the average, then if it is not 2025 it should be zero
Thank you in advance for your help!