Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
124 | |
114 | |
74 | |
65 | |
46 |