Forum Discussion

Roli_Bird's avatar
Roli_Bird
Copper Contributor
Apr 16, 2022
Solved

Finding the last offered price

As you can see in the attached file. We have the current price and various offers. I want to calculate the following: - The last price offered. - The final price. This is the last price offered or,...
  • Riny_van_Eekelen's avatar
    Apr 16, 2022

    Roli_Bird What is it that you expect to see in the yellow shaded totals? The following measure will sum the final Prices column, resulting in 291.

    =CALCULATE(sumx(tblPrices,IF([Latest Offer]<>BLANK(),[Latest Offer],[Actual Price])))

Resources