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 / Can I see a total user...
Power Apps
Unanswered

Can I see a total user count?

(0) ShareShare
ReportReport
Posted on by 131

Hi all,

 

I have several apps that span different teams with lots of user overlaps (some people use all apps, so people only use a few).  My company is asking how many people are using Powerapps.  Can I see an aggregate count of all unique users?  I just need the users that have access - not necessarily ACTIVE users.

 

I tried the new Analytics page, but it seems to be down - nothing is showing...

 

tx,

 

dh

I have the same question (0)
  • v-albai-msft Profile Picture
    Microsoft Employee on at

    Hi @dhalpin ,

    The only built-in function in PowerApps that is relevant to your needs is the Analytics report. This report gives you the ability to track how many users are using your app over the past 30 days broken down by day, device platform and location. Unfortunately, this report only shows a maximum of 30 days of data. You can check the report in this way:

    v-albai-msft_0-1616060816266.png

    If you still think this built-in function is not enough, I would suggest you save all the visitors into a datasource, then you can see the access information in the datasource. For example, you can refer to this simple steps:

    1. Create a blank SharePoint list with “Name” and “Email” columns.

    2. Set OnStart property of your app to formula like below:

     

    Patch(listname,Defaults(listname),{Title:User().FullName,Email:User().Email})​

    3. If you want to see the total number of how many people are using Powerapps, you can add a label in your app and use below formula:

     

     

    CountRows(Distinct(list7,Name))​

     

    Notes:

    The second approach has two disadvantages:

    1. Previous data will not be written and only newly accessed users will be counted.

    2. New visits may not be displayed immediately and the synchronisation process will take a little time, depending on your concurrent visits(total visits) and your network bandwitch.

    Best Regards,

    Allen

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 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard