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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 131 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |