Forum Discussion
Anonymous
7 years agoNot applicable
Get Max Value from another column in a different table (Query Editor, M Code)
Is it possible to get the max value from another column in a different table in query editor?
- 7 years ago
Anonymous
Try
List.Max(AnotherTableName[ColumnName])
v-piga-msft
7 years agoResident Rockstar
Hi Anonymous ,
The reply of Zubair_Muhammad should be helpful.
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share some data sample and your desired output so that we can help further on it.
Best Regards,
Cherry