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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a list of projects with total revenue and percent incremental revenue and percent replacement revenue. I can't seem to get my formula to work. I would want it to say:
Incremental Revenue =
IF percent incremental (of that rows Project ID) + percent replacement (of that rows Project ID) = 1,
Amount (of that rows Project ID) * Percent Incremental (of that rows Project ID),
0
Replacement Revenue =
IF percent incremental (of that rows Project ID) + percent replacement (of that rows Project ID) = 1,
Amount (of that rows Project ID) * Percent Replacement (of that rows Project ID),
Amount
*all revenue is replacement if percent incremental + percent replacement does not equal 1
Solved! Go to Solution.
Ok - so don't know if this was my EASIEST way to get there - so always looking for ways to clean this up. But here's what I came up with:
Hi, @Anonymous
Glad to hear that you have worked it out.
If you have any other questions, please feel free to post for help.
Best Regards,
Community Support Team _ Eason
Ok - so don't know if this was my EASIEST way to get there - so always looking for ways to clean this up. But here's what I came up with: