A Pie Chart visual based on inputs. It will return a new tab.
Function:
Pie_Chart(table = string, values = string, legend = string, title = string)
Parameters:
Table: Table name on which to perform function
Values: Column to use for values of Chart
Legend: Column to use for Legend of Chart
Title: Name for the chart
Examples:
Pie_Chart(table = Budget, values = "Actuals", legend = "Geography", title = "Actuals by Geo")