Skip to main content

Notifications

Power Apps - Building 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:
  • Matren Profile Picture
    Matren 450 on at
    Re: How to count number of visitor to the power app

    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

  • WarrenBelz Profile Picture
    WarrenBelz 145,508 on at
    Re: How to count number of visitor to the power app

    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

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,508

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,839

Leaderboard