Announcements
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
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
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 846
Valantis 532
Haque 410