Forum Discussion
mikeyoungCO
1 year agoNew Member
Embedded Service CPU Issue with Power Apps Cloud Flow Requests
We have a Power BI Embedded instance (A1), and the CPU climbs throughout the day as Power Apps Cloud Flows request paginated reports. The only way I can get the CPU to drop is to restart the instance...
Poojara_D12
1 year agoSuper User
Hi mikeyoungCO
Key Points:
Issue:
- Power BI Embedded (A1) CPU usage climbs continuously when paginated reports are triggered via Power Apps Cloud Flows.
- CPU returns to baseline immediately after running the same reports from Power BI Web Service or a web app.
Behavior Observed:
- Green spike: Report requests from Power BI Web Service quickly return CPU usage to baseline.
- Pink spike: Report requests from a web app also stabilize CPU.
- Requests from Power Apps Cloud Flows cause persistent CPU increase until the instance is restarted.
Possible Causes:
- Inefficient handling of paginated reports by Power Apps Cloud Flows.
- Potentially unoptimized API calls or connections between Power Apps and Power BI Embedded.
- Resource contention or memory leaks in the Power BI Embedded instance.
Recommendations:
- Investigate how Power Apps Cloud Flows execute API calls (e.g., frequency, caching, or parallel requests).
- Optimize the Power Apps integration with Power BI by reviewing query and resource usage patterns.
- Scale up the Power BI Embedded instance temporarily to test whether the issue persists.
- Report the issue to Microsoft Support if the behavior is reproducible.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂
Kind Regards,
Poojara
Data Analyst | MSBI Developer | Power BI Consultant
Please Subscribe my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
mikeyoungCO
1 year agoNew Member
What tools would we use to analyze the Power Apps Cloud Flows API calls?