Forum Discussion

Hanan_Shteingart's avatar
Hanan_Shteingart
Copper Contributor
Dec 08, 2022

query table for latest timestamp

let t =my_table | summarize max(timestamp); my_table | where timestamp == t; why doesn't this work? I get   'where' operator: Failed to resolve column or scalar expression named 't'

Resources