Forum Discussion

irenelitw629's avatar
irenelitw629
Helper II
3 years ago
Solved

Dynamics Win Rate Measure

Hi All,

 

I want to calculate win rate from two tables - 1) Sales table and 2) Pipeline table.

The win rate calculation formula= Sales amount / Original Pipeline.

 

In each table I have Dynamic measure to classify whether an account is large deal or small deal - the classification will change based on the product selected.

 

Pipeline Table

AccountDynamic Pipe NNACVDynamic Pipe SD/LD
City180,363Small deal
Coia3,017,522Large Deal
iref1,960,052Large Deal

 

Sales Table

AccountDynamic Sales NNACVDynamic Sales SD/LD
Coia1,100,316Large Deal
iref1,138,494Large Deal
City103,765Small deal

 

Now the question is how to calculate large deal/ small deal win rate in DAX measure?

In above example,

Large deal win rate should be= (1.1m+1.13m)/ (3.01m+1.96m)=~44.9%

Run Rate win rate should be=103k/180k=~57%

The win rate should also change when product filter applied.

 

Here is sample file. It might be easier to see sample data. Thanks for your advice in advance.

https://drive.google.com/file/d/1kO4TZokzEp37pvyHGoJEk7Y79SbeFT3t/view?usp=sharing

 

Irene

2 Replies