This is actually available already in Ad Hoc Analysis. There you can create a calculated metric defined as COUNT(Occurrences), and then that should give you the total number of rows (in this case, customer IDs) that had a page view. (You could replace Occurrences with, for example, Orders if you wan...