Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Solved! Go to Solution.
HI @Anonymous,
Maybe you can try to use following formula if it works on your side:
ARR =
IF (
ISBLANK ( fact_Leads[Insideview_ID__c] ),
0,
CALCULATE (
FIRSTNONBLANK ( fact_Account[Billing_Contract_ACV__c], 1 ),
FILTER (
ALL ( fact_Account ),
fact_Account[InsideviewID__c] = EARLIER ( fact_Leads[Insideview_ID__c] )
)
)
)
If above not help, please share some sample data so we can test and coding formula on it.
Regards,
Xiaoxin Sheng
| User | Count |
|---|---|
| 49 | |
| 37 | |
| 33 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 132 | |
| 99 | |
| 56 | |
| 37 | |
| 37 |