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?
Anonymous
3 years agoNot applicable
DIMaMD -sorry not working getting a max date where Date Checj is zero as per image one
DimaMD
3 years agoSolution Sage
Anonymous Please provide more input, everything is working correctly in my example
- Anonymous3 years agoNot applicable
Hi Dima MD - i modified your PBIX and see image the measure does not work now... NUM 344 should return zero max date but we have a value
- Anonymous3 years agoNot applicable
does your example return no max date when you have a 0 in date Check column. if yes can you provide a PBIX Please
- DimaMD3 years agoSolution Sage
Anonymous yes
- Anonymous3 years agoNot applicable
Also another slight change
- DimaMD3 years agoSolution Sage
Anonymous Ok, then you just need to remove the IF condition
MaxDate = CALCULATE( MAX('table (2)'[ACTDate]), FILTER( 'table (2)', 'table (2)'[NUM] = MAX('table (2)'[NUM]) && 'table (2)'[ID] = 'table (2)'[ID] ) ) - Anonymous3 years agoNot applicable
i DimaMD
We ahve no ACTDate and a zero in Date Check the MAx date should be blank() see image below not 29.09.21
- DimaMD3 years agoSolution Sage
Anonymous Is this it?