Forum Discussion
Anonymous
3 years agoNot applicable
Calculated column - MAX Completion date based on 3 columns
Hi Experts I am trying to work out the max completion date if all three conditions are met. See sample date I need to work out the latest work completion date Based on ID and NUM columns - t...
- 3 years ago
Anonymous Is this it?
DimaMD
3 years agoSolution Sage
Hi Anonymous Is this your desired outcome?
Anonymous
3 years agoNot applicable
Hi DimaMD the out come should be no date as we have missing entries for num assoicated to ID - it need to be a complete set...the max if any need to be based on the 3 columns
- DimaMD3 years agoSolution Sage
Anonymous Can you provide your desired result?
- Anonymous3 years agoNot applicable
Hi DimMD see two screen images of no max date and max date when all conditions are met
- DimaMD3 years agoSolution Sage
Anonymous try it colum
MaxDate = IF( [ACTDate] = BLANK(),BLANK(), CALCULATE( MAX('table (2)'[ACTDate]), FILTER('table (2)', 'table (2)'[NUM] = MAX('table (2)'[NUM] ))))