An Area Chart visual based on inputs. It will return a new tab.
Function:
Area_Chart(table = string, x_axis = string, y_axis= string, title = string)
Parameters:
Table: Table name on which to perform function
X Axis: Column to use for X axis of Chart
Y Axis: Column to use for Y axis of Chart
Title: Name for the chart
Examples:
Area_Chart(table = Budget, x_axis = "Geography", Y-Axis= "Actuals", title = "Actuals by Geo")