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/maker/data-platform/common-issues-resolutions-solution-checker.md
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -93,22 +93,20 @@ To disable administration mode for an organization instance:
93
93
94
94
## Solution checker fails due to missing security roles
95
95
96
-
The application user for solution checker requires two security roles assigned in order to provide the necessary privileges to communicate with the Dataverse organization. If either of these roles aren't assigned to the user **'Power Apps Checker'**, attempts to run analysis, download results, and run cancellation will fail. This occurs most often when customers have automation in place that removes security roles from unexpected users. The following security roles contain minimum required permissions:
96
+
The application user for solution checker requires the following security roles assigned in order to provide the necessary privileges to communicate with the Dataverse organization. If any of these roles aren't assigned to the user **'Power Apps Checker Application'**, attempts to run analysis, download results, and run cancellation will fail. This occurs most often when customers have automation in place that removes security roles from unexpected users. The following security roles contain minimum required permissions:
97
97
98
-
- Export customizations
99
-
- Solution checker
98
+
- Export Customizations (Solution Checker)
99
+
- Service Writer
100
+
- Solution Checker
100
101
101
102
### How to assign missing security roles
102
103
103
-
To assign missing security roles to the Power Apps Checker user:
104
-
105
-
1. Open your Dataverse organization and navigate to **Settings** > **Security** > **Users**.
106
-
2. Select the **'Power Apps Checker'** user from the list of users.
107
-
3. Select **MANAGE ROLES** on the command bar.
108
-
4. Select **'Export Customizations'** and **'Solution Checker'** role checkboxes, and then select **OK**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/data-platform/fields-overview.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Fields overview in Power Apps (contains video) | MicrosoftDocs"
3
-
description: "Learn about columns in Power Apps portal"
2
+
title: Short video tutorial on creating new data columns | MicrosoftDocs
3
+
description: Learn to add new columns with our short video for enhanced data capture in your apps
4
4
5
5
ms.date: 08/13/2021
6
6
ms.reviewer: ""
@@ -20,9 +20,7 @@ ms.author: "matp"
20
20
search.audienceType:
21
21
- maker
22
22
---
23
-
# Columns overview
24
-
25
-
23
+
# Short video tutorial on creating new data columns
26
24
27
25
Columns define the individual data items that can be used to store information in a table. Create new columns to capture data when existing standard tables don’t have columns that meet your requirements. After you create a new column, be sure to include it on the appropriate forms and views for the table so that they are available in your app.
28
26
@@ -32,5 +30,4 @@ Watch this short video that shows you how to quickly create a column.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Embed a Power BI report in a model-driven app main form | MicrosoftDocs"
3
3
description: Learn how to embed a Power BI report in a model-driven app form
4
-
ms.date: 01/25/2024
4
+
ms.date: 05/06/2024
5
5
ms.topic: "how-to"
6
6
author: "sriharibs-msft"
7
7
ms.subservice: mda-maker
@@ -159,6 +159,7 @@ Before you import the solution into the target environment, make sure the unmodi
159
159
- If the form doesn’t show the Power BI report after importing the solution and publishing customizations, open it in the model-driven form editor and save it, so that the form JSON is regenerated.
160
160
- Embedding a Power BI tile on a form is only supported without contextual filtering.
161
161
- Embedding a Power BI report doesn't support cross-tenant references. For example, trying to embed a Power BI report belonging to the Contoso tenant in a model-driven app belonging to the Fabrikam tenant isn't currently supported, even if the report being embedded has been shared with users in the Fabrikam tenant via Power BI.
162
+
- Pinned reports as part of Power BI dashboards aren't meant to be interactive. If you want to have interactive Power BI reports, embed them directly instead of pinning them to a dashboard.
0 commit comments