Make sure that the two tables connect (change one of the EMployeeID fields tro match the other). Then create a straight table, add a single Dimension Period and an expression =count(DISTINCT EmployeeID) * avg(cost) or simply =sum(cost) which is essentially the same.