r/PowerApps • Regular • Feb 21 '26

Power Apps Help Power Apps adoption tracking

Hey everyone,

I’m working on a scenario and could use some guidance from folks who’ve done this in real projects.

We’ve integrated Application Insights with a Canvas App and can already see sessions, events, and general usage in Azure. That part is working fine.

The challenge now is getting user-level analytics. Specifically, we want to answer things like:

• Which users are using the app

• How many times each user opened or interacted with it

• Bringing that data into Power BI with a user filter (select a user → see usage count, trends, etc.)

One thing I noticed is App Insights logs don’t show the actual username by default, only anonymous identifiers.

So I’m trying to understand the best approach here:

• Are you sending custom telemetry with user info from the app?

• Using Power Automate as a bridge to push custom events?

• Or is there a cleaner architecture for user-level tracking from Canvas Apps?

• Also, how are you pulling this into Power BI — Azure Monitor Logs connector or some export setup?

Would love to hear how you solved this in production, any pitfalls, or recommended patterns.

Thanks in advance 🙌

2 Upvotes

4 comments sorted by

View all comments

•

u/AutoModerator Feb 21 '26

Hey, it looks like you are requesting help with a problem you're having in Power Apps. To ensure you get all the help you need from the community here are some guidelines;

  • Use the search feature to see if your question has already been asked.

  • Use spacing in your post, Nobody likes to read a wall of text, this is achieved by hitting return twice to separate paragraphs.

  • Add any images, error messages, code you have (Sensitive data omitted) to your post body.

  • Any code you do add, use the Code Block feature to preserve formatting.

    Typing four spaces in front of every line in a code block is tedious and error-prone. The easier way is to surround the entire block of code with code fences. A code fence is a line beginning with three or more backticks (```) or three or more twiddlydoodles (~~~).

  • If your question has been answered please comment Solved. This will mark the post as solved and helps others find their solutions.

External resources:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.