Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi, I am trying to get the running total id count per lead to contact days. I am failing miserably - any help wold be appreciated.
thanks
Vikash
Hi @vikash-jamnadas ,
Have you tried my suggestion? Can it solve your problem?
Best Regards,
Community Support Team _ kalyj
It's been a while. My guess is, change the >= LeadCnt to be <=LeadCnt
Hi @vikash-jamnadas ,
Try to modify the return part like this:
RETURN
CALCULATE (
[Total Leads],
FILTER (
ALL ( opportunity ),
[Lead to Contacted Days] <= MAX ( [Lead to Contacted Days] )
)
) / TotalLeadAllLead2Contact
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.
Read my article here https://exceleratorbi.com.au/pareto-analysis-in-power-bi/
Hi @MattAllington ,
Thanks for this. Following is what I have done
I can see that this is working by sorting Total Lead count in desc order and calculating the cumulative based on that. However I want the cumulative based on opportunity[Lead to Contacted Days] in asc order. How will I have to adjust the formular to achive this?
Kind Regards
Vikash
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |