Max values based on inputs and group. It will return a new table.
Function:
MaxIfs(table = string, cols = list, max_col = string, new_table_name = string)
Parameters:
Table: Table name on which to perform function
Columns: Columns that you wish to group
Max Column: Value column you wish to return the Max values
New Table Name: Name for new table
Examples:
MaxIfs(table = Budget, cols = [Business_Unit, Geo],max_col = Amount, new_table_name = MaxbyBU&Geo)