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