Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
=count({<Day = {">=$(=Date(today()-30))<=$(=today())"}>} visitorId)
Attached a file to the title post.
Attached a sample QVW with your data.
Thanks! It's works.