From 0236e06f9a94c0623efb972f433d98f5e7436419 Mon Sep 17 00:00:00 2001 From: cheureuxflx <120100630+cheureuxflx@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:56:10 +0200 Subject: [PATCH 1/2] Update embed-powerbi-report-in-system-form.md added the pageName parameter to the TileUrl property --- .../model-driven-apps/embed-powerbi-report-in-system-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md b/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md index 1cec8d5349..d94fd7fe53 100644 --- a/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md +++ b/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md @@ -69,7 +69,7 @@ You can customize a main form XML `sections` node so that it can host an embedde |-------------------------|-----------------------------------| | **PowerBIGroupId** | The Power BI workspace ID. If your report is in My workspace,** then the workspace ID is 00000000-0000-0000-0000-000000000000. Otherwise, add the workspace ID. You can find the ID of the workspace in the Power BI service URL. More information: [Find the Power BI workspace and report Ids](#find-the-power-bi-workspace-and-report-ids). | | **PowerBIReportId** | The Power BI report ID. Replace this with the report that you want to embed. You can find the ID of your report in the Power BI service URL. More information: [Find the Power BI workspace and report Ids](#find-the-power-bi-workspace-and-report-ids) | -| **TileUrl** | The Power BI report URL that you want to embed. Be sure to use the correct Power BI subdomain name (you might need to replace app.powerbi.com with your own) and report ID (replace *reportId=544c4162-6773-4944-900c-abfd075f6081* with your own). For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081`. | +| **TileUrl** | The Power BI report URL that you want to embed. Be sure to use the correct Power BI subdomain name (you might need to replace app.powerbi.com with your own) and report ID (replace *reportId=544c4162-6773-4944-900c-abfd075f6081* with your own). For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081`. You can add a pageName parameter to open a specific section of the report. For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081&pageName=ea59f2e8-d236-4a0e-bed8-e8e240c946ae`. | | **solutionaction="Added"** | If the table already exists in the target environment, leave the `solutionaction=Added` parameter for the cell element as provided in the XML sample. If the table doesn’t exist in the target environment, remove the `solutionaction=Added` parameter. | 4. Create a zip file out of all the solution files previously extracted. Then, import the solution into the target environment. From ce98560715c8b014ff18347454d3a5b8801a6076 Mon Sep 17 00:00:00 2001 From: cheureuxflx <120100630+cheureuxflx@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:49:43 +0200 Subject: [PATCH 2/2] Update embed-powerbi-report-in-system-form.md wrong pageName example , it is not a Guid --- .../model-driven-apps/embed-powerbi-report-in-system-form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md b/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md index d94fd7fe53..28197f0dbc 100644 --- a/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md +++ b/powerapps-docs/maker/model-driven-apps/embed-powerbi-report-in-system-form.md @@ -69,7 +69,7 @@ You can customize a main form XML `sections` node so that it can host an embedde |-------------------------|-----------------------------------| | **PowerBIGroupId** | The Power BI workspace ID. If your report is in My workspace,** then the workspace ID is 00000000-0000-0000-0000-000000000000. Otherwise, add the workspace ID. You can find the ID of the workspace in the Power BI service URL. More information: [Find the Power BI workspace and report Ids](#find-the-power-bi-workspace-and-report-ids). | | **PowerBIReportId** | The Power BI report ID. Replace this with the report that you want to embed. You can find the ID of your report in the Power BI service URL. More information: [Find the Power BI workspace and report Ids](#find-the-power-bi-workspace-and-report-ids) | -| **TileUrl** | The Power BI report URL that you want to embed. Be sure to use the correct Power BI subdomain name (you might need to replace app.powerbi.com with your own) and report ID (replace *reportId=544c4162-6773-4944-900c-abfd075f6081* with your own). For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081`. You can add a pageName parameter to open a specific section of the report. For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081&pageName=ea59f2e8-d236-4a0e-bed8-e8e240c946ae`. | +| **TileUrl** | The Power BI report URL that you want to embed. Be sure to use the correct Power BI subdomain name (you might need to replace app.powerbi.com with your own) and report ID (replace *reportId=544c4162-6773-4944-900c-abfd075f6081* with your own). For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081`. You can add a pageName parameter to open a specific section of the report. For example, `https://app.powerbi.com/reportEmbed?reportId=544c4162-6773-4944-900c-abfd075f6081&pageName=95bf46c30693021201e`. | | **solutionaction="Added"** | If the table already exists in the target environment, leave the `solutionaction=Added` parameter for the cell element as provided in the XML sample. If the table doesn’t exist in the target environment, remove the `solutionaction=Added` parameter. | 4. Create a zip file out of all the solution files previously extracted. Then, import the solution into the target environment.