Forum Discussion
CM_Mills
2 years agoHelper II
Latest 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...