Hi,
My source data has: userid - > Departments -> week ending dates -> jobs raised
I want to show the average number of jobs raised per department in each week. I don't know how to get a count of unique of user ID other than to have user ID as a row in my pivot.
I need to know how many distinct user IDs there are per department / week , then divide that by the total jobs raised per department / week. I'm struggling with the first part of that equation.
My source data has: userid - > Departments -> week ending dates -> jobs raised
I want to show the average number of jobs raised per department in each week. I don't know how to get a count of unique of user ID other than to have user ID as a row in my pivot.
I need to know how many distinct user IDs there are per department / week , then divide that by the total jobs raised per department / week. I'm struggling with the first part of that equation.