I have a need to calculate the monthly daily patient average for my company. I have a table that list, on a daily basis, the patients that are on service with us. I can display the daily census number without issue using a distinct count on a concatenated calculated column but I'm struggling with is showing the monthly daily average of the distinct count.
Example:
January 1st the patient count is 2546. On January 2nd the patient count is 2541 on January 3rd the patient count is 2530....and so on. I would like to sum the patient counts and divide by the number of days in the month to give me a daily monthly average. Also need to do this on a daily yearly average.
I'm brand new to this so any help or ideas is appreciated. What I've search online so far hasn't help so I'm asking the community.
Thanks Jeremy