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 / Data calcualtion with ...
Power Apps
Answered

Data calcualtion with Sharepoint Items

(0) ShareShare
ReportReport
Posted on by 62

I have created a sharepoint list with Request Status, 

 

I would like to count the each status no of request, by using CountRows('CMM Offline Program List') formula, i am able to get total count, 

as shown reaming data not showing

2020-03-02_13-42-41.png
Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Hi @sunilkumar ,

     

    For the others, you can use something like:
    CountRows( Filter( 'CMM Offline Program List', StatusColumnName = "New" ) )

     

    and then change the StatusColumName to match your sharepoint column and the status "New" to match the exact text you are storing in your SharePoint list for the status (might be "NEW" or "new" or "New") and then the same for the other columns like Completed.

     

    Could you give that a try and let me know if that works for you?

     

    Thanks,

    Sancho

  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @sunilkumar 

     

    What is the column type of request status?

    First, filter out records of each status, then use CountRows to get row numbers.

    If the Status column is Choices type, please try this: 

     

    CountRows(Filter('CMM Offline Program List', 'Status Column'.Value="New")) // take 'New' as an example

     

    If the Status column is Text, please try this:

     

    CountRows(Filter('CMM Offline Program List', 'Status Column'="New")) // take 'New' as an example

     

    Hope this helps.

    Sik

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard