Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
bvann040684
Partner - Contributor
Partner - Contributor

average

This is probably simple but I'm still new to QV so...

I set up a count(x) expression to give me the total/ month, but now I need to get the average/day but that requires either the number of work days in a month or selected days in the Application. Can someone point me in the correct direction.

BV

1 Solution

Accepted Solutions
Not applicable

Count(x)/count(distinct(date(date))) would do it.

(I've masked the date to date explicitly in case you have a datetime. Masking to date should turn it into a date, with no hours/mins, etc.)

View solution in original post

2 Replies
Not applicable

Count(x)/count(distinct(date(date))) would do it.

(I've masked the date to date explicitly in case you have a datetime. Masking to date should turn it into a date, with no hours/mins, etc.)

bvann040684
Partner - Contributor
Partner - Contributor
Author

Thank you I really appreciate you help, it works perfectly.

I actually have one more issue with that same table if you don't mind. I have built this in a pivot table and instead of allowing me to sum the actual numbers in the column it sums the expression (I'm assuming) What can I do to get it to sum the column?