@lisbonc1987 ,
I am running out of ideas here as this is making very little sense - if the Items of DataCardValue2 is
Distinct(
Filter(
'PIID Action Types 2',
FiscalYear.Value = DataCardValue3.Selected.Value
),
ActionType
)
only a single selection is allowed then this
LookUp(
'PIID Action Types 2',
FiscalYear.Value = DataCardValue3.Selected.Value &&
ActionType.Value = DataCardValue2.Selected.Value
).CurrentValue
should produce a single (I assume numeric) value for your label. I assume CurrentValue is a numeric field in 'PIID Action Types 2' As a debugging exercise, try this
LookUp(
'PIID Action Types 2',
ActionType.Value = DataCardValue2.Selected.Value
).CurrentValue