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 / Power Apps + Power Aut...
Power Apps
Suggested Answer

Power Apps + Power Automate with Azure Insights

(1) ShareShare
ReportReport
Posted on by 6,409 Super User 2026 Season 1
Hello Everyone, 
 
Currently the logger mechanism, We are handling in power-apps with the user details, screen name, action performed, date are handling in the patch and those information have been stored in dedicate DB.
 
Based on the information in the Database we have built the Power BI to figure the insights, Request created in week / months  by user , How many failure/ errors occurs in week/ month. 
 
As the volume of DB increases, they want to check with the Azure Application Insights. I have some queries related to the implementation.
  • How exhaustive the information will be ? ( For e.g., there is a Landing Page application in Power Apps currently i will be capturing from this screen -> Request Screen by current user)
  • How the billing will be generated because we need to implement this multiple apps.
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    987 on at
    Using Azure Application Insights shifts your logging from a custom DB to centralized telemetry.
     
    What you get
    • Can capture all current data (user, screen, action, timestamp)
    • Plus additional insights:
      • Performance metrics
      • Error tracking
      • Session and dependency monitoring
    Key considerations
    • No direct integration from Microsoft Power Apps → use Microsoft Power Automate or Azure Function
    • Billing is based on data ingestion (GB/day) → costs increase with volume
    Cost optimization
    • Log only key events (submit, errors)
    • Avoid logging every action
    • Use sampling and minimal payload
    Recommendation
    Use a hybrid approach:
    • DB → business reporting (Power BI)
    • App Insights → errors, performance, diagnostics
    App Insights is powerful and scalable, but control logging volume to manage costs effectively.
  • Suggested answer
    Valantis Profile Picture
    2,712 on at
     
     
    1. How exhaustive is the data?
     
    For canvas apps, Application Insights gives you two layers. System-generated logs automatically capture screen views, session data, user info (Entra ID), app load performance, and network request details. On top of that you can use the Trace() function in Power Apps to send custom events with whatever additional context you need, like screen name, action performed, user details, and any custom fields. So you can replicate exactly what you are currently patching to your DB, plus get the platform-level telemetry on top of it for free. For Power Automate flows, cloud flow run data goes into the Requests table and action/trigger data goes into the Dependencies table automatically.
     
    2. Billing?
     
    Application Insights is billed per GB of data ingested into Azure Monitor Logs. The first 5 GB per month per billing account is free. After that it is pay-as-you-go per GB. For multiple apps you do not need separate Application Insights resources. You can send telemetry from all apps into a single workspace and filter by app in your queries, which keeps costs centralized and manageable. Use the Azure Pricing Calculator to estimate based on your expected event volume.
     
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 577

#2
WarrenBelz Profile Picture

WarrenBelz 440 Most Valuable Professional

#3
Haque Profile Picture

Haque 308

Last 30 days Overall leaderboard