Hi,
I can't figure out why sumx doesn't result in the correct weighted average:
Formula for Funnel Speed (Months) =
@PshemekFLK , try a measure like
Formula for Funnel Speed (Months) =
IF( Sumx(values('Funnel Data'[Opportunity Closed Mo No]),calculate(
SUM('Funnel Data'[Funnel Speed])/30,
DIVIDE(SUMX('Funnel Data','Funnel Data'[Funnel Speed]/30*'Funnel Data'[Opportunities Won Value USD]),
SUM('Funnel Data'[Opportunities Won Value USD]))))
When I try to fix the brackets in this formula I still get 1.2 as Total not 2.7.
I see you've changed the first part of the formula. I thought it's the second DIVIDE part that produces a wrong result.
Can anyone give it a try? I still can't get to the right result
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
111 | |
73 | |
49 | |
33 | |
33 |
User | Count |
---|---|
148 | |
95 | |
87 | |
49 | |
41 |