Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Max in Index Column

Is there a formula I can use that finds the MAX value of an index column in the Query?

1 Reply

  • HotChilli's avatar
    HotChilli
    Icon for Community Champion rankCommunity 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]