I can correctly detect the earliest and latest year for each customer using min(Year), max(Year) - however I am struggling to get the correct revenue for the latest or earliest year on a customer level.
Example latest year:
Sum( {< $Year={$(=MAX(Year))} >} Revenue )
Can anyone help me figure out how to get it right?