apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.45k stars 13.73k forks source link

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

Closed lianncheung closed 2 years ago

lianncheung commented 3 years ago

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.

junlincc commented 3 years ago

Make sense! thanks for suggesting!

vacom13 commented 2 years ago

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

kizimenko commented 2 years ago

image Something like this in plotly funnel