Forum Discussion
Vijay_A_Verma
Most Valuable Professional
2 years agoRe: Referencing max date from another table in power query
To get Max date, use below
List.Max(fxRates1[Date_BoM])
Anonymous
2 years agoNot applicable
Thank you this is exactly what I needed