Forum Discussion
CM_Mills
Helper II
2 years agoLatest Date Value Measure
Hi, Number - Lots = CALCULATE( MAX('Data'[Number - Lots (Original)]), FILTER( ALL('Data'), 'Data'[Date - Trade] = MAX('Data'[Date - Trade]) ) ) I have the measure above thats aim to take t...