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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

One months DAU

Hi.

I have simple Daily Active Users (DAU) Bar Chart.

It has one dimension – “day” and one expression – “count (distinct vistorId)”

The question is: How can I to calculate “one months DAU” – all users, which visited site in period between “this day” and “this day”-30 days.

Thank you.

Sample data:

Labels (1)
13 Replies
pratap6699
Creator
Creator

=count({<Day = {">=$(=Date(today()-30))<=$(=today())"}>}  visitorId)

Not applicable
Author

Attached a file to the title post.

swuehl
Champion III
Champion III

Attached a sample QVW with your data.

Not applicable
Author

Thanks! It's works.