Can someone assist me with avoiding this delegation flag associated with Sum.
The delegation flag... the stuff simple nightmares are made of.
Thank you in advance.
Text(Sum(
Filter(
Gateways,
'VDates' >= DatePicker1.SelectedDate,
'VDates' <= DatePicker2.SelectedDate,
Gateways.Value = "FJ",
BPR.Value = "Y"),
NTEI
) / Sum(
Filter(
Gateways,
'VDates' >= DatePicker1.SelectedDate,
'VDates' <= DatePicker2.SelectedDate,
Gateways.Value = "FJ",
BPR.Value = "Y"),
NTEI_Total
) * 100,"0%")