So I have a datatable which I have added columns to, which basically works out the score from the entered data. I want to show this as a % but i cant seem to be able to do a Sum/Caculation from the values showing in the added columns. Any ideas?
This is the formula currently in the datatable:
Filter(AddColumns(Table1, "MonthStats", Text(Month(Date_x0020_)), "FormattedDate", Text(Date_x0020_, "[$-en-GB]dd/mm/yyyy"), "Score", If('Did the response resolve their enquiry?'= "Yes", 10, 0), "PotentialScore", 10, "Percentage", Sum(Score / PotentialScore)), 'Agent ' = Dropdown2.Selected.Value And Label4.Text = Text(MonthStats))