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 / How to count number of...
Power Apps
Unanswered

How to count number of visitor to the power app

(0) ShareShare
ReportReport
Posted on by 12

I would like to know where do I find the feature for counting the number of visitors in power app.

Categories:
I have the same question (1)
  • WarrenBelz Profile Picture
    154,447 Most Valuable Professional on at

    Hi @nidhisingh1608 ,

    The easiest way would be a separate list with a numeric field that you increment by 1 at App OnStart.

     

    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.

    Visit my blog Practical Power Apps

  • Matren Profile Picture
    454 Super User 2024 Season 1 on at

    Hi @nidhisingh1608

     

    Ooops, editing this reply as I didn't see @WarrenBelz response. I've listed a couple of alternative methods for both of your considerations.

     

    Here are a couple of ways how to do this:

     

    1. Access admin center (requires Power Apps Admin access or someone who does sending you a report), see following post:

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Apps-by-unique-users-and-launches-count/td-p/406410

     

    2. Develop it yourself, this is high level which is dependent on your specific requirements (more complex then WarrenBelz version, but you would have a list of usernames and could develop various reports. Again, defer to your requirements):

     

    1.  Capture user name when app is accessed (i.e. store username on app start in Screen OnVisible property via global variable using If(IsBlank(Set(gblUserName, user().fullname function))).

    2.  Send user name to SP List on app start using same OnVisible Screen property (using patch function).

    3.  Return record count (via email, app, report, depends on requirements) via Power Automate Workflow using the HTTP Request (_api/web/lists/getByTitle('SPListName')?$select=ItemCount) which displays record count. This gives total count of records which would be different from unique visitors per day (again, depends on your requirements).

     

    Let me know how it goes.

     

    Best Wishes,

    Matren

    -------------------------------------------------------------------------------------------

    Find this post helpful, give it a Thumbs Up

    Solved your problem, click Accept as Solution so others can find it

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard