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])1 Reply
- mterryHelper V
Thank you this is exactly what I needed
To get Max date, use below
List.Max(fxRates1[Date_BoM])Thank you this is exactly what I needed