Forum Discussion

aliahad's avatar
aliahad
Frequent Visitor
1 year ago
Solved

Trying to get Max value using a column parameter

I have a table where I have added a column with an IF statment RowNumberYear = IF(VALUE(MAX('gt EMPLOYEE'[YEAR])) = VALUE('Head Count'[YEAR]), 1, 0) I am trying to get Max value using following...
  • Rupak_bi's avatar
    Rupak_bi
    1 year ago

    Hi aliahad ,

    I think Irwan s approach was correct and solves the ask. However, to be specific, considering there is only month and year column, the solution will be as below.

    If this solves, Plz accept as solution