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 / CountRows for Two Diff...
Power Apps
Unanswered

CountRows for Two Different Values

(0) ShareShare
ReportReport
Posted on by 27

Hi, I'd like to count rows with two specific keywords but I can't seem to figure it out:

 

"Total # of Phones: " & CountRows(
 Filter(
 'IT Equipment List',
 'Make' = "Apple",
 'Make' = "Samsung"
 )
)

 Is there a specific way that this needs to be done? It's simply a label outputting the number of rows under the Make column that has Apple AND Samsung

Categories:
I have the same question (0)
  • AhmedSalih Profile Picture
    6,680 Moderator on at

    Hello, @zapperrr, try this:

    "Total # of Phones: " & CountRows(
     Filter(
     'IT Equipment List',
     'Make' = "Apple" ||
     'Make' = "Samsung"
     )
    )

     

     

    If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more.


    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.


    Visit my Blog: www.powerplatformplace.com


     

     

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 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard