Hi, All.
I have a label that sums and filters by phase all the TCV fields from a collection based on a SharePoint list, but when I open any item in the Gallery, the number changes. I need a number that only changes if a new item is added or the phase changes not when opening an item. See my formula below:
Text(
Sum(
Filter(
collectTCV,
( Not("Lost" in BDPhaseDataCardValue.SelectedItems)) && (Not("Abandon/No Bid Cancelled" in BDPhaseDataCardValue.SelectedItems))
),
Value(TCVDataCardValue.Text)
),
"[$-en-US]#,##0.00"
)
Any help will be much appreciated.
Misty