Skip to content

Commit 64b62f5

Browse files
authored
Merge pull request #3781 from MicrosoftDocs/portals-2092896
Portals - PPAC capacity usage report - 2092896
2 parents e0501be + 0e76d2c commit 64b62f5

File tree

8 files changed

+80
-0
lines changed

8 files changed

+80
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,8 @@
13801380
href: ./portals/admin/upgrade-portal.md
13811381
- name: Cookies used by portal
13821382
href: ./portals/admin/portal-cookies.md
1383+
- name: Portal consumption reports
1384+
href: ./portals/admin/portal-consumption-reports.md
13831385
- name: Advanced portal configuration
13841386
items:
13851387
- name: Overview
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: "View, download, and review portal capacity consumption reports for Power Apps portals | MicrosoftDocs"
3+
description: "Learn how to view, download, and review the Power Apps portals capacity consumption reports from the Power Platform admin center."
4+
author: sandhangitmsft
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom:
8+
ms.date: 12/14/2020
9+
ms.author: sandhan
10+
ms.reviewer: tapanm
11+
---
12+
13+
# Portals capacity consumption reports
14+
15+
Power Apps portals is licensed using **per login**, and **per page view** capacity add-ons for external users. This capacity must be allocated to a Power Platform environment by an administrator. For more information about Power Apps portals licensing, go to [licensing FAQ](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#portals).
16+
17+
Administrators can download portal login and page view reports from the [Power Platform admin center](https://admin.powerplatform.com). These reports show the number of **logins** and **page views** for Power Apps portals across all environments for a tenant.
18+
19+
## Download reports
20+
21+
The individual reports contain data for a duration of 30 days preceding the date you select while downloading the reports.
22+
23+
To download the reports:
24+
25+
1. Go to [Power Platform admin center](https://admin.powerplatform.com).
26+
27+
1. In the left pane, expand **Resources**.
28+
29+
1. Select **Capacity**.
30+
31+
![Capacity](media/portal-consumption-reports/select-capacity.png "Capacity")
32+
33+
1. Scroll down to the **Add-ons** section, and select **Download reports**.
34+
35+
![Add-ons](media/portal-consumption-reports/summary-add-ons.png "Add-ons")
36+
37+
1. Select **Portal Logins**, or **Portal Views** report.
38+
39+
1. Select a **Target Date**. The report includes the data for the duration of past 30 days from the **Target Date** you select.
40+
41+
1. Select **Submit**.
42+
43+
![Confirmation for the request](media/portal-consumption-reports/confirmation.png "Confirmation for the request")
44+
45+
A confirmation notification shows the download request acknowledgment.
46+
47+
1. After the generated report becomes available, select **Download**.
48+
49+
![Download report](media/portal-consumption-reports/download-notification.png "Download report")
50+
51+
> [!TIP]
52+
> To quickly regenerate the report for the selected report type and target date, select **Regenerate report** from the consumption report notification.
53+
54+
1. **Save**, and **Open** the downloaded Excel report file.
55+
56+
## Analyze reports
57+
58+
The report contains date-wise capacity consumption of all available portals across all environments for the tenant. You can filter the Excel file with different columns, such as portal ID, environment ID, or date range, for additional analysis.
59+
60+
The following table provides the details about the columns in the downloaded report.
61+
62+
> [!NOTE]
63+
> Format is the same for both types of reports - **Portal Logins**, and **Portal Views**.
64+
65+
| Column name | Description |
66+
| - | - |
67+
| **Date** | Date for the report data available in the row. |
68+
| **PortalId** | ID of the portal. To check the ID of a portal, open the [services - about page](clear-server-side-cache.md) for that portal. |
69+
| **EnvironmentId** | ID of the Power Platform environment. To check the ID of an environment: <ul> <li> Go to [Power Apps](https://make.powerapps.com). </li> <li> Select the environment from the environments list on the top-right side. </li> <li> Copy the environment ID from the browser's address bar. <br> For example, `https://make.powerapps.com/environments/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/home` lists the ID of the environment. </li> </ul> |
70+
| **Consumption** | The total number of logins or views, depending on the report selected for download. You can compare the date-wise consumption number in the report for each environment with the configured maximum allowed numbers for logins or views using [Power Platform admin center - Manage add-ons](https://admin.powerplatform.microsoft.com/resources/capacity#add-ons). More information: [Power Platform add-on capacity management](https://docs.microsoft.com/power-platform/admin/capacity-add-on) |
71+
| **PortalType** | Type of the portal - *Prod* for production, and *Trial* for trial. |
72+
| **LicenseType** | Type of the license, *Capacity*. More information: [Licensing FAQ for Power Apps](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#portals), [Download Power Apps Licensing Guide](https://go.microsoft.com/fwlink/?linkid=2085130)
73+
74+
### See also
75+
76+
- [Power Platform add-on capacity management](https://docs.microsoft.com/power-platform/admin/capacity-add-on)
77+
- [Licensing FAQ for Power Apps](https://docs.microsoft.com/power-platform/admin/powerapps-flow-licensing-faq#portals)
78+
- [Download Power Apps Licensing Guide](https://go.microsoft.com/fwlink/?linkid=2085130)

0 commit comments

Comments
 (0)