Forum Discussion

harshagraj's avatar
harshagraj
Post Partisan
6 years ago
Solved

Calculated column to change Names

Hi all, Please find the below table. I need a calculated column and below is the requirement. If the Gate is G3 and Recommendation is Approve The Gate remais same I,e G3. If after G3 when the proje...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi harshagraj ,

    You can create one calculated column as below:

    Calculated = if('Table'[Recommendation]="Approve",'Table'[Gate],CALCULATE(max('Table'[Gate]),FILTER('Table','Table'[Gate]<EARLIER('Table'[Gate]))))

    Best Regards

    Rena