web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Get the count of all r...
Power Apps
Unanswered

Get the count of all rows in SP List with filters.

(0) ShareShare
ReportReport
Posted on by 103

Hi!
I've an Edit Form in my apps, connected to Sharepoint List.
Screenshot_156.png

Screenshot_155.png
Is it possible to display the number of all items from the list with Status is In Progress?
I would like this number to be displayed on my screen in the application. For ex. in the TextInput Control.

Categories:
I have the same question (0)
  • anandm08 Profile Picture
    1,936 Super User 2024 Season 2 on at

    hi @xvzms ,

    you can use something like:

    Set(countStatus,countRow(filter('datasource,Status="inProgress")))
  • WarrenBelz Profile Picture
    155,660 Most Valuable Professional on at

    Hi @xvzms ,

    If you want to have some Delegation control on this, try (assuming Status is a Single Line of Text)

    With(
     {
     _Data:
     Filter(
     GalleryList,
     Status = "InProgress"
     )
     },
     CountRows(_Data)
    )

    If it is a Choice field, you will need Status.Value

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard