Forum Discussion
Anonymous
2 years agoNot applicable
Max in Index Column
Is there a formula I can use that finds the MAX value of an index column in the Query?
HotChilli
2 years agoCommunity Champion
Any column in Power Query can be used as a list so List.Max()
You will have to pass the parameter as previous step[ColumnName]