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/model-driven-apps/embed-powerbi-report-in-system-form.md
+7-6Lines changed: 7 additions & 6 deletions
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: 10/12/2021
4
+
ms.date: 01/25/2024
5
5
ms.topic: "how-to"
6
6
author: "sriharibs-msft"
7
7
ms.subservice: mda-maker
@@ -34,8 +34,8 @@ You can customize a main form XML `sections` node so that it can host an embedde
34
34
35
35
1. In your development environment, create a solution and add the table that contains the main form where you want the embedded Power BI report to display.
36
36
37
-
- If the table already exists in the target environment where you'll import the solution, choose the **Select components** option when you add the table to the solution. Then, add just the table’s main form.
38
-
- If the table doesn’t exist in the target environment where you'll import the solution, choose **Include all components** when you add the table to the solution.
37
+
- If the table already exists in the target environment where you import the solution, choose the **Select components** option when you add the table to the solution. Then, add just the table’s main form.
38
+
- If the table doesn’t exist in the target environment where you import the solution, choose **Include all components** when you add the table to the solution.
39
39
1. Export the solution as managed.
40
40
2. Extract all files in the solution package zip file. Then, edit the customizations.xml file and add the XML code provided below inside the `<sections>` block that is inside the `<forms type="main">` node in the customizations.xml file.
41
41
@@ -155,13 +155,14 @@ Before you import the solution into the target environment, make sure the unmodi
155
155
> [!div class="mx-imgBorder"]
156
156
> 
157
157
158
-
- The view of the report data shown inside Power Apps is the same as that in Power BI, and Power Apps security roles and privileges don't affect the data that is displayed. Hence, the data is essentially the same as what the creator of the Power BI dataset would see. To apply data access restrictions similar to Power Apps security roles and teams, use [Row-level security (RLS) with Power BI](/power-bi/service-admin-rls).
158
+
- The view of the report data shown inside Power Apps is the same as Power BI, and Power Apps security roles and privileges don't affect the data that is displayed. Hence, the data is essentially the same as what the creator of the Power BI dataset would see. To apply data access restrictions similar to Power Apps security roles and teams, use [Row-level security (RLS) with Power BI](/power-bi/service-admin-rls).
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
+
- 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.
161
162
162
163
### Common issues
163
164
164
-
- The group ID isn't specified in the `TileUrl` node of the control parameters when it may need to be. This example includes a group ID.
165
+
- The group ID isn't specified in the `TileUrl` node of the control parameters when it might need to be. This example includes a group ID.
0 commit comments