Forum Discussion
terpsbmore
Helper I
8 years agoLead Performance by Day
Hello All, I am trying to calculate lead performance (close rate) by the date the lead was received and I am having a lot of trouble figuring this one out. I have 2 separate tables, a Lead Create...
- 8 years ago
Hi,
The Lead Closed Table is not required for generating the Lead Performance table. Try this
- In your visual, drag the Created on Date field from the Lead Created Table
- Write this measure in the Lead Created Table
=CALCULATE(COUNTROWS(Lead_Created),Lead_Created[Closed]="Y)/COUNTROWS(Lead_Created)
Format this measure as a %.
Hope this helps.
Ashish_Mathur
Super User
8 years agoHi,
The Lead Closed Table is not required for generating the Lead Performance table. Try this
- In your visual, drag the Created on Date field from the Lead Created Table
- Write this measure in the Lead Created Table
=CALCULATE(COUNTROWS(Lead_Created),Lead_Created[Closed]="Y)/COUNTROWS(Lead_Created)
Format this measure as a %.
Hope this helps.