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 / Usage of a button in p...
Power Apps
Answered

Usage of a button in power apps

(0) ShareShare
ReportReport
Posted on by 16

Is there an available option to know how many times a button has been used in Power Apps? 

 

Not like to show the counts, it will be to know the usage of a button made by all the users, similar to the App usage report.

Categories:
I have the same question (0)
  • Verified answer
    SebS Profile Picture
    4,863 Super User 2026 Season 1 on at

    Hello @Mariana_HH 

     

    Here is Fun Solution for You:

     

    In SharePoint Create a List called "ControllerUseCount"

     

    in the List Store columns

     

    Title = ButtonID next

    ButtonName

    ScreenName

    PressCount

     

    Add New Record and put 

     

    Title = "1" and Rest depend what kind of button it is.

     

    Now in the Button at end add this code

     

    With(
     {
     LastCount: LookUp(
     ControllerUseCount,
     Title = "1",
     PressCount
     )
     },
     Patch(
     ControllerUseCount,
     {ID: 1},
     {
     Title:"1",
     PressCount: LastCount + 1}
     )
    )

     

    When You add this code to other buttons change ID to Record ID created by SharePoint and keep it match with Title

     

    After You press the button, it starts counting clicks in SharePoint 

     

    Hope it have Helps

  • SebS Profile Picture
    4,863 Super User 2026 Season 1 on at

    @Mariana_HH 

     

    you can actually add this to all Your Controllers and Map whole App and see what is used and where 🙂

  • Mariana_HH Profile Picture
    16 on at

    Thank you so much! It works absolutely for what we need😄

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard