Forum Discussion
Vijay_A_Verma
2 years agoMost Valuable Professional
Re: Referencing max date from another table in power query
To get Max date, use below
List.Max(fxRates1[Date_BoM])
mterry
2 years agoHelper V
Thank you this is exactly what I needed