I am looking for an overall / tenant snapshot?
Not in one simple screen by default.
The Power Platform Admin Center mainly shows API usage per environment, not a single tenant-wide dashboard.
Microsoft does collect tenant-level data, but you must enable tenant analytics, data appears after 24–48 hours.
If you need long-term or detailed reporting, you must export data (for example to Azure Data Lake), or use tools like the CoE Starter Kit.
There is no free or instant “one-click tenant snapshot” today.
If one environment is throttled, does that mean all environments that just happen to be on the same server would experience degradation / the same throttling?
Usually no, but sometimes yes.
Throttling is mainly applied per user, per flow, or per app
If Environment A hits limits, Environment B is NOT automatically slowed down
However, the important exception is if the same service account (application user / system user) is used across multiple environments & it makes a lot of API calls then all environments using that account can be affected.
So the throttling is not because they share a server, it’s because they share the same identity and limits.
Environments don’t throttle each other, but accounts do. If one shared service account is overused, everything that depends on it can slow down. If you use a single service account (Application User) across multiple environments for high-volume integrations, and that single account hits its shared tenant-level limit, then all processes relying on that specific service account across any environment could experience degradation or throttling.
Best Practices to Avoid This:
Optimize API Consumption: Bulk/Batch Operations, Selective Data Retrieval, Efficient Flow Design, Filter Data at Source,
Dedicated Service Accounts for Integrations, Leverage the CoE Starter Kit
Analytics:
✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
👍 Feel free to Like the post if you found it useful.