Returns an incremental growth rate between 2 time periods
Function:
GrowthRate(table = string, value = string, cols = list, date_col = string, lookback = drop down, new_table_name = string)
Parameters:
Table: Table name on which to perform function
Value: Column with Values you wish to evaluate the growth rate
columns: Columns to group by
lookback: Period for which to lookback over ( Year over Year, Month over Month, Quarter over Quarter, Week over Week, Day over Day)
Examples:
GrowthRate(table = Budget, value = "Amount", cols =["entity", "business_unit"], date_col = "expense_date", lookback = "Year over Year", new_table_name = "Growth Rate Table")