Skip to content
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

[Funnel Chart] Ability to Customize Denominator for Percentage in Funnel Visualization #17219

Open
lianndellandrea opened this issue Oct 25, 2021 · 2 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@lianndellandrea
Copy link

@lianndellandrea lianndellandrea commented Oct 25, 2021

Currently, the funnel report percentage is calculated using:
The number at a given funnel step /
Sum(everything in the funnel)

Example from blog:
image
Here, the Discussed Pricing (900) gets divided by 11900 (sum of all events in the funnel) to get 7.56%.

I would like the ability to customize the denominator here, to be divided by either:

  1. 1700 (Created Test Account) - the previous step in the funnel, or
  2. Requested Demo (6100) - the top level of the funnel.
    These are two common ways to look at funnel charts that we are currently unable to see.
@lianndellandrea lianndellandrea changed the title [Funnel Report] Ability to Customize Denominator for Percentage in Funnel Visualization [Funnel Chart] Ability to Customize Denominator for Percentage in Funnel Visualization Oct 25, 2021
@junlincc
Copy link
Member

@junlincc junlincc commented Oct 25, 2021

Make sense! thanks for suggesting!

Loading

@vacom13
Copy link

@vacom13 vacom13 commented Nov 1, 2021

Hi. I would like to contribute to this. However, I am a newbie so do you mind guiding me? @junlincc

Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment