I have got data of health insurance claims. I want to show columns like, "Average of total claim amount", "Sum of total claim amount", "count of total claim amount". The thing is, i had already made three separate pivot tables for each of the above three calculations. I want to combine them in...