The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I am trying to calculate what our past pipeline looked like. To do this, I need to sum the value of any opportunity that
My data looks like this:
Opportunity | Value | Created On | Closed On | Status |
A | 10 | 7/2/2020 | 9/3/2020 | Closed |
B | 15 | 8/3/2020 | 9/12/2020 | Closed |
C | 7 | 8/20/2020 | 9/15/2020 | Closed |
D | 8 | 9/3/2020 | 9/23/2020 | Closed |
E | 13 | 9/18/2020 | 10/6/2020 | Closed |
F | 9 | 10/3/2020 | Open | |
G | 22 | 10/12/2020 | Open |
And I am looking for results like this:
Month | Total Pipeline Value |
July | 10 |
August | 32 |
September | 13 |
October | 31 |
July would be the sum of Opportunity A, since it's the only one that was created in or before July and it didn't close until August. August would be the sum of A, B, and C, because all of them have a Created On date that is before the end of August and a Closed date after August. And so forth.
I've been playing around with this for a while and can't figure it out, and I wasn't able to find anything similar on here via search.
I'd appreciate any help. Thanks!
Solved! Go to Solution.
@Anonymous , I have HR blog on similar lines. See if that can help
@Anonymous , I have HR blog on similar lines. See if that can help
Thank you @amitchandak ! That's exactly what I was trying to do.
I had forgotten about the USERELATIONSHIP function - that was the piece I was missing 🙂
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
46 |