Skip to content

Commit 8ff7f67

Browse files
committed
Power BI back to h2
1 parent 71ab323 commit 8ff7f67

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

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

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

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

326-
### Add Power BI
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
327357

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

@@ -395,7 +425,7 @@ To add a Power BI component to a web page:
395425
- 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)
396426
- Only available for access type **Publish to web**.
397427

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

400430
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).
401431

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

417447
- **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.
418448

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

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

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

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

433463
- [Troubleshooting Power BI Embedded application content rendering](https://docs.microsoft.com/power-bi/developer/embedded/embedded-troubleshoot#content-rendering).
434464
- [Power BI Embedded performance best practices](https://docs.microsoft.com/power-bi/developer/embedded/embedded-performance-best-practices).
435465
- [Power BI optimization guide](https://docs.microsoft.com/power-bi/guidance/power-bi-optimization).
436466

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)
466467

467468
## Next steps
468469

0 commit comments

Comments
 (0)