You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,16 @@ To add code components to a canvas app:
81
81
82
82
## Delete a code component
83
83
84
-
To delete a code component from a canvas app, select the code component that you want to delete and then select the **Delete** button on the menu. When the code component is deleted from the app, all the code component elements get deleted from the app and the app package.
84
+
To delete a code component from a canvas app:
85
+
86
+
1. Open the app where you have added the code component.
87
+
1. Select the **Tree view** icon from the left pane and select the screen where you have added the code component.
88
+
1. Select **ellipse (...)** next to the code component and select **Delete**.
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/activeprocess/setActiveProcess.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ search.app:
22
22
23
23
If there is an active instance of the process, the entity record is loaded with the process instance ID. If there is no active instance of the process, a new process instance is created and the entity record is loaded with the process instance ID. If there are multiple instances of the current process, the record is loaded with the first instance of the active process as per the defaulting logic, that is the most recently used process instance per user.
24
24
25
+
> [!NOTE]
26
+
> The `setActiveProcess` method should be used while creating or editing a record. Use the `setActiveProcess` method to set the active process for a business process flow instead of `processId` and `porocessInstanceId` with `Xrm.Navigation.openForm` method .
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 05/29/2020
10
+
ms.date: 09/22/2020
11
11
ms.author: ropur
12
12
search.audienceType:
13
13
- maker
@@ -69,7 +69,7 @@ Let's look at the steps required to use the Power Apps visual in your Power BI r
69
69
The following limitations apply to the Power Apps visual:
70
70
71
71
- Power Apps visual isn't supported for [guest users](share-app.md#share-with-guests).
72
-
- Power Apps visual isn't supported in sovereign clouds.
72
+
- Power Apps visual doesn't support multi-level embedding of Power Apps in Sovereign clouds. For example, embedding a Power BI report with Power Apps visual to a SharePoint page, or further embedding that SharePoint page to a Teams channel isn't supported on sovereign clouds.
73
73
- If you change the data fields associated with the visual, you must edit the app from within the Power BI service by selecting the ellipsis (...) and then selecting **Edit**. Otherwise, the changes won't be propagated to Power Apps, and the app will behave in unexpected ways.
74
74
- The Power Apps visual can't trigger a refresh of Power BI reports and Power BI data sources from within Power BI Desktop. If you write back data from the app to the same data source as the report, your changes won't be reflected immediately in Power BI Desktop. Changes are reflected on the next scheduled refresh.
75
75
- The Power Apps visual can't filter the data or send any data back to the report.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/compose-page.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 07/20/2020
8
+
ms.date: 09/22/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -72,17 +72,17 @@ Once you add sections to your page, you can add portal components inside the sec
72
72
73
73
6. In the properties pane on the right side of the screen, enter or select the following information:
74
74
75
-
- **Min Height**: Enter the minimum height of the section. If you add a component that occupies more space than the specified height, the section expands to accommodate the component. By default, the minimum height is 100 px. You can also enter the height in points (pt) and percentage (%).
75
+
-**Min Height**: Enter the minimum height of the section. If you add a component that occupies more space than the specified height, the section expands to accommodate the component. By default, the minimum height is 100 px. You can also enter the height in points (pt) and percentage (%).
76
76
77
77
> [!div class=mx-imgBorder]
78
-
> 
- You can enter multiple roles separated by a comma (for example, ```role_1,role_2```). For more information on defining roles in Power BI, go to [Row-level security (RLS) with Power BI](https://docs.microsoft.com/power-bi/service-admin-rls). <br>
408
+
- You can enter multiple roles separated by a comma (for example, `role_1,role_2`). For more information on defining roles in Power BI, go to [Row-level security (RLS) with Power BI](https://docs.microsoft.com/power-bi/service-admin-rls). <br>
409
409
- Only available for access type **Embed for your customer**.
410
410
411
411
1.**Apply filter**: Allows user to load the report with pre-filtered values. User can provide filter condition in the field.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/configure/add-chart.md
+48-9Lines changed: 48 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,32 @@
1
1
---
2
-
title: "Add a chart to a webpage in a portal | MicrosoftDocs"
2
+
title: "Add a chart created in a model-driven app to a webpage in portal"
3
3
description: "Instructions to add a chart created in a model-driven app to a webpage in the portal."
4
4
author: sandhangitmsft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 01/29/2020
8
+
ms.date: 09/22/2020
9
9
ms.author: sandhan
10
10
ms.reviewer: tapanm
11
11
---
12
12
13
13
# Add a chart created in a model-driven app to a webpage in portal
14
14
15
-
You add a chart to a webpage by using a Liquid tag named [Chart](../liquid/portals-entity-tags.md#chart). You can add the chart Liquid tag in the **Copy** field on a webpage or in the **Source** field on a [Web template](../liquid/store-content-web-templates.md).
15
+
You add a chart to a webpage by using a Liquid tag named [Chart](../liquid/portals-entity-tags.md#chart). You can add the chart Liquid tag in:
16
+
17
+
- The **Copy** field on a webpage.
18
+
- In the **Source** field on a [Web template](../liquid/store-content-web-templates.md).
16
19
17
-
For example, {% chart id:EE3C733D-5693-DE11-97D4-00155DA3B01E %}
20
+
For example, `{% chart id:EE3C733D-5693-DE11-97D4-00155DA3B01E %}`
@@ -65,11 +69,39 @@ You must open the view editor to get the view ID to be used with the Liquid char
65
69
66
70
Read privilege is asserted for the target entity being queried in the chart. For anonymous or authenticated users to be able to view the chart, you must ensure that the appropriate [Entity Permission](assign-entity-permissions.md) records are created and assigned to applicable [web roles](create-web-roles.md).
67
71
68
-
If permission is not granted, the user will see an access denied message.
72
+
If permission isn't granted, the user will see an access denied message.
73
+
74
+
## Supported charts and chart types
75
+
76
+
The following chart types are supported in portals:
77
+
78
+
- Column
79
+
- Bar
80
+
- Area
81
+
- Pie
82
+
- Line
83
+
- Funnel
84
+
85
+
Supported configuration for Legend Entries (Series):
86
+
87
+
- Single Series
88
+
- Multiple Series
89
+
- Aggregates Types - Sum, Counts, Min, Max, Avg in Single or Multiple Series
90
+
- Top X / Bottom X Rules
91
+
92
+
Supported configuration for Horizontal (Category) Axis Labels:
93
+
94
+
- Categories on attributes of an entity or linked entity (on attribute data types supported by portals).
95
+
- Multiple categories (X-Axis).
96
+
- *Group by* and *Order by* on attributes.
97
+
- Date Grouping Types – Day, Month, Year on Primary Entity and First Level Linked Entity.
98
+
- Date Grouping by Week, Fiscal Year, Fiscal Period, and Quarter are **not supported**.
99
+
- Date Grouping on Linked Entity attributes is supported only until the first level of Link.
69
100
70
101
## Unsupported charts and chart types
71
102
72
103
The following chart types are currently not supported in portals:
104
+
73
105
- Doughnut
74
106
- Tag
75
107
@@ -95,6 +127,13 @@ The following table lists the charts that are currently not supported in portals
95
127
| By Subject | bcd3f9a5-913b-e511-80d1-00155db10d2b | knowledgearticle |
96
128
| | |
97
129
130
+
## Other considerations
131
+
132
+
- Long labels on Horizontal (Category) Axis Label can get overlapped when using a high number of data points on the chart.
133
+
- Hovering over currency data types formatting shows values with spaces instead of separators.
134
+
- Numeric fields are currently shown in decimal format.
135
+
- Horizontal Axis values can show only up-to 15 Labels.
136
+
98
137
### See also
99
138
100
139
[Microsoft Learn: Model-driven charts in portals](https://docs.microsoft.com/learn/modules/portals-integration/4-model-driven-charts)
0 commit comments