Forum Discussion
thedog123
2 years agoNew Member
Latest Test Result
Hi All, I have been using PBI for a couple months now and have come across a problem that I'm having trouble with. I have some columns with these headings: Test Time (Datetime)| Test Result ...
- 2 years ago
Hey try this formula:
Latest test result = CALCULATE(LASTNONBLANKVALUE('Table'[Test Time], MAX('Table'[Test Result])), ALLEXCEPT('Table', 'Table'[Identifier]))