Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Using parameter in calculation

Hi, I am trying to use the user selection to calculate a measure: User will provide me the RetirementAge parameter, and based on the user selection I want to calculate the total FTE that is abo...
  • Greg_Deckler's avatar
    3 years ago

    Anonymous Try:

    SUMX(FILTER('1'
         ,'1'[Age] >= RetirementAge[RetirementAge Value]
         ,[FTE]
    )
    
    
    that's if RetirementAge Value is a measure