Skip to content

Commit 71ab323

Browse files
committed
Update to be in sync with rest components
1 parent d092d0b commit 71ab323

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

powerapps-docs/maker/portals/compose-page.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -323,37 +323,7 @@ Lists use [Common Data Service views](https://docs.microsoft.com/powerapps/maker
323323

324324
5. Under **Portal components**, select **Breadcrumb**.
325325

326-
## Add a custom menu
327-
328-
By default, the menu on the website is created automatically based on the hierarchy of the webpages. It's called the **default** menu. To create a custom menu, you must create the web link set in the Portal Management app. More information: [Manage web links](configure/manage-web-links.md)
329-
330-
After you create the web link set:
331-
332-
1. [Edit the portal](manage-existing-portals.md#edit) to open it in Power Apps portals Studio.
333-
334-
2. Select the header component.
335-
336-
3. In the properties on the right side of the screen, select the web link set name from the **Navigation Menu** list.
337-
338-
> [!div class=mx-imgBorder]
339-
> ![Navigation menu](media/navigation-menu.png "Navigation menu")
340-
341-
## Use code editor
342-
343-
To view the source of a component on the canvas, select the component, and then select the source code editor icon **</>** in the footer.
344-
345-
> [!div class=mx-imgBorder]
346-
> ![code editor icon](media/code-editor-icon.png "Code editor icon")
347-
348-
The source code is displayed in the **Code Editor** pane at the bottom of the screen. The changes you made earlier are updated in the source code. To make changes, update the source code and select **Save**. The changes are reflected on the canvas.
349-
350-
> [!div class=mx-imgBorder]
351-
> ![code editor](media/code-editor.png "Code editor")
352-
353-
> [!NOTE]
354-
> You can also add Liquid tags in source code editor for advanced configuration. More information: [Work with Liquid templates](liquid/liquid-overview.md)
355-
356-
## Add Power BI
326+
### Add Power BI
357327

358328
You can add Power BI component on a page to display Power BI dashboards and reports on your portal.
359329

@@ -425,7 +395,7 @@ To add a Power BI component to a web page:
425395
- To learn about how to get embed code URL, go to [Publish to web from Power BI](https://docs.microsoft.com/power-bi/service-publish-to-web)
426396
- Only available for access type **Publish to web**.
427397

428-
### Power BI access type considerations
398+
#### Power BI access type considerations
429399

430400
The following list explains Power BI access types in brief. And lists access type considerations for Power Apps portals. For more information about Power BI access types, go to [Difference between Power BI service and Power BI embedded](https://docs.microsoft.com/power-bi/developer/embedded/embedded-faq#how-is-power-bi-embedded-different-from-power-bi-the-service).
431401

@@ -446,7 +416,7 @@ The following list explains Power BI access types in brief. And lists access typ
446416

447417
- **Publish to web**: Anyone on Internet can view your published report or visual. This requires no authentication and includes viewing detail level data your reports aggregate. Before publishing a report, make sure you can share the data and visualizations publicly. Don't publish confidential or sensitive information. Refer to your organization's policies before publishing.
448418

449-
### General Power BI considerations
419+
#### General Power BI considerations
450420

451421
- [Portals Studio](../portals/portal-designer-anatomy.md) performance can degrade while working with Power BI workspaces because of the following Power BI workspace configurations:
452422
- High number of workspaces shared with logged in maker user.
@@ -456,14 +426,44 @@ The following list explains Power BI access types in brief. And lists access typ
456426
- If you make a change in Power Apps portals admin center, you must reload the portals Studio if you already have it open.
457427
- Adding users to Power BI dashboards and reports may take a while to reflect in the portals Studio.
458428

459-
### Power BI performance and optimization considerations
429+
#### Power BI performance and optimization considerations
460430

461431
Embedding multiple Power BI workspaces may need additional considerations. Refer to the following resources for Power BI embed scenario troubleshooting, optimization, and best practices:
462432

463433
- [Troubleshooting Power BI Embedded application content rendering](https://docs.microsoft.com/power-bi/developer/embedded/embedded-troubleshoot#content-rendering).
464434
- [Power BI Embedded performance best practices](https://docs.microsoft.com/power-bi/developer/embedded/embedded-performance-best-practices).
465435
- [Power BI optimization guide](https://docs.microsoft.com/power-bi/guidance/power-bi-optimization).
466436

437+
## Add a custom menu
438+
439+
By default, the menu on the website is created automatically based on the hierarchy of the webpages. It's called the **default** menu. To create a custom menu, you must create the web link set in the Portal Management app. More information: [Manage web links](configure/manage-web-links.md)
440+
441+
After you create the web link set:
442+
443+
1. [Edit the portal](manage-existing-portals.md#edit) to open it in Power Apps portals Studio.
444+
445+
2. Select the header component.
446+
447+
3. In the properties on the right side of the screen, select the web link set name from the **Navigation Menu** list.
448+
449+
> [!div class=mx-imgBorder]
450+
> ![Navigation menu](media/navigation-menu.png "Navigation menu")
451+
452+
## Use code editor
453+
454+
To view the source of a component on the canvas, select the component, and then select the source code editor icon **</>** in the footer.
455+
456+
> [!div class=mx-imgBorder]
457+
> ![code editor icon](media/code-editor-icon.png "Code editor icon")
458+
459+
The source code is displayed in the **Code Editor** pane at the bottom of the screen. The changes you made earlier are updated in the source code. To make changes, update the source code and select **Save**. The changes are reflected on the canvas.
460+
461+
> [!div class=mx-imgBorder]
462+
> ![code editor](media/code-editor.png "Code editor")
463+
464+
> [!NOTE]
465+
> You can also add Liquid tags in source code editor for advanced configuration. More information: [Work with Liquid templates](liquid/liquid-overview.md)
466+
467467
## Next steps
468468

469469
[Work with templates](work-with-templates.md)

0 commit comments

Comments
 (0)