-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "Completed User %" for action in trends #7289
Comments
Related: #4344 |
@joesaunderson some follow-up questions: who is considered a 'user' in your usecase? Some considerations:
|
|
Thanks for the feedback @joesaunderson - this does clear things up! I think we have almost all of the building blocks we need. How I'd build this graph:
How would this work? Our query building UI looks something like this currently I have discussed with @clarkus before reversing the order of the counted by and showing. This would allow us to "build" a query like But we could also form a query like If you have that as trend A and your "unique users who have done pageview" as trend B you can then get the percentage you're looking for by formula While it's not the most direct way of solving this problem, it avoids issues around defining what a "user" is long-term and generally makes our query-building more powerful. |
@macobo thanks for the detailed write up here. It makes perfect sense to me, and I think reversing the event / actor selectors would make perfect sense in this instance. |
This is from a related issue, but it does illustrate how we could reorder inputs to collect query parameters in this format. This is in the context of formula, but you can see how the variables are formatted the same as any other graph series. https://www.figma.com/file/gQBj9YnNgD8YW4nBwCVLZf/PostHog-App?node-id=5626%3A44519 |
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the |
This issue was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Is your feature request related to a problem?
I have tagged a few actions on my site, I want to easily analyse what % of users have made these actions.
Describe the solution you'd like
An option in the "counted by" dropdown that defines what % of users made the action / event during the time period you have selected.
I would say that you should get a separate % for the breakdown period you select (daily, weekly, monthly etc).
Describe alternatives you've considered
A separate trend for each insight, using formulas to work out the %.
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: