79756198

Date: 2025-09-04 20:34:42
Score: 0.5
Natty:
Report link

find latest datetime for each faultid per day.

What about the records with no close date/time? What value should be there? You can use SUMMARIZE() or SUMMARIZECOLUMNS() to return a table of the last time per (FaultID, Date) and then just return MAX( Time ). Then join that back to the original table if you want to grab more columns.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pieter Linden