Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

how to countrows

(0) ShareShare
ReportReport
Posted on by

i have created records in SharePoint list with status column, i connected list to PowerApps. based on login user it should count rows/ status column= "completed" to show result as percentage. how to do in PowerApps

Categories:
  • WarrenBelz Profile Picture
    146,658 Most Valuable Professional on at
    Re: how to countrows

    @venky232 ,

    That was not something you posted - I can only respond to the question asked and it appears it answered the core of your issue.

  • venky232 Profile Picture
    on at
    Re: how to countrows

    its working if i use collection to store SP list

  • WarrenBelz Profile Picture
    146,658 Most Valuable Professional on at
    Re: how to countrows

    @venky232 ,

    As I said CountRows is not Delegable - I see you added a bit to my code before accepting your own post . . .

  • Verified answer
    venky232 Profile Picture
    on at
    Re: how to countrows

    not working showing delagation lines , iwant to count based on login user records .

    CountRows(
    Filter(
    SPListName,
    Status.Value = "Completed"&& Person.Email=Lower(User().Email)
    )
    ) /
    CountRows(
    Filter(
    SPListName,
    Person.Email=Lower(User().Email)
    ) * 100

  • WarrenBelz Profile Picture
    146,658 Most Valuable Professional on at
    Re: how to countrows

    @venky232 ,

    Note this is not Delegable

    CountRows(
     Filter(
     SPListName,
     Status = "Completed"
     )
    ) / 
    CountRows(SPListName) * 100

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,658 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard