PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.62k stars 1.29k forks source link

Funnel breakdown yields empty state #5382

Closed kpthatsme closed 3 years ago

kpthatsme commented 3 years ago

Bug description

I have a 2 step funnel that produces data. I applied a breakdown on the current_url event property and was shown the funnel empty state instead of data.

Expected behavior

I'd expect to see the breakdown data -or- an error message explaining that something went wrong.

How to reproduce

  1. Go to this chart

Environment

Additional context

Screen Shot 2021-07-29 at 2 18 56 PM

Thank you for your bug report – we love squashing them!

neilkakkar commented 3 years ago

Looks like UI part is what copy to show on empty results,

and core analytics part bug: filter inside the step on current_url + breakdown on current_url borks things.

macobo commented 3 years ago

@Twixes are you working on this?

Twixes commented 3 years ago

Yup, fix in #5496.