Powerapp Delegation Error Filter & Sum

Hussain Ahmed 0 Reputation points
2024-01-12T23:33:31.2433333+00:00

I am having a problem in powerapp in a gallery I am trying to sum the Rewarded amount column for each Business Unit in a filtered month
I have reached a formula but it gives me Delegation warning and I would really appreciate any help

"Total Rewarded Amount: " &
    Text(
        Sum(
            Filter(
                'Request for reward',
                'Employee Business Unit' = Dropdown3.Selected.Value,
                'Month of Reward' = Dropdown3_1.Selected.Value
            ),
            'Rewarded Amount'
        ),
        "[$-en-US]#,##0.00"
    )

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,179 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,623 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xyza Xue_MSFT 28,126 Reputation points Microsoft Vendor
    2024-01-15T02:09:33.1166667+00:00

    Hi @Hussain Ahmed ,

    Thank you for posting in this community.

    According to your description, your problem is related to Power Apps. Since Power Apps is currently not supported in the Q&A forum. Please start a new discussion via the Power Apps Community so that you can get dedicated support on this issue.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.