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..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`. | +| **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.