Skip to main content
Question

Pick last month of the year's data only and display it at yearly level

  • March 9, 2026
  • 2 replies
  • 19 views

Forum|alt.badge.img

I have a metric with Budgeted Headcount at monthly level. I want to achieve the same metric at yearly level but the headcount at yearly level needs to be the headcount as of the last month of the year and not a summary of all months. Need help with the logic to achieve it.

2 replies

Min Li
Master Helper
Forum|alt.badge.img+14
  • Master Helper
  • March 9, 2026

You can place the metric in a table and set the Month dimension aggregator to Last or Last Non Blank. This ensures that when the Month level is aggregated to Quarter or Year, the value from the last (or last non-blank) month in that period is used for the higher-level aggregation.

 


Julie Guérin
Employee
Forum|alt.badge.img+8

Hi ​@GaneshD,

If you were looking to have the result in a separate metric you could try the following formula:

'Headcount metric' [by lastnonblank: Month.Year]

Otherwise, ​@Min Li’s approach works too! 

Thanks!