With my Power App\ Dataverse solution, I am observing a Delegation Warning on the following expression;
<Sum(Filter(Table,Column1=A, Column2=B, Column3=C),Column4)>
It was my understanding that Sum\Filter was supported as delegable. Am I wrong?
Is it possible it still indicates a Warning-- even though it is still supported?
Also, I came across a suggestion to add the ForAll, like so;
<Sum(ForAll(Filter(Table,Column1=A, Column2=B, Column3=C),Column4),Value)>
This does remove the Delegation Warning-- but have concerns with performance with this solve...?
Appreciate any insights.