Skip to content

Commit 0989482

Browse files
committed
fix: Handle multiple occurrences in the first event of a funnel: conversion percent discrepancies.
1 parent cf133a9 commit 0989482

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-schema-compiler/extensions

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/extensions/Funnels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ${eventJoin.join("\nLEFT JOIN\n")}
4444
},
4545
firstStepConversions: {
4646
sql: () => `first_step_user_id`,
47-
type: `count`,
47+
type: `countDistinct`,
4848
shown: false
4949
},
5050
conversionsPercent: {

0 commit comments

Comments
 (0)