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/portals/compose-page.md
+34-33Lines changed: 34 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,37 @@ Lists use [Common Data Service views](https://docs.microsoft.com/powerapps/maker
323
323
324
324
5. Under **Portal components**, select **Breadcrumb**.
325
325
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.
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.
> 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
327
357
328
358
You can add Power BI component on a page to display Power BI dashboards and reports on your portal.
329
359
@@ -395,7 +425,7 @@ To add a Power BI component to a web page:
395
425
- 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)
396
426
- Only available for access type **Publish to web**.
397
427
398
-
####Power BI access type considerations
428
+
### Power BI access type considerations
399
429
400
430
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).
401
431
@@ -416,7 +446,7 @@ The following list explains Power BI access types in brief. And lists access typ
416
446
417
447
-**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.
418
448
419
-
####General Power BI considerations
449
+
### General Power BI considerations
420
450
421
451
-[Portals Studio](../portals/portal-designer-anatomy.md) performance can degrade while working with Power BI workspaces because of the following Power BI workspace configurations:
422
452
- 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
426
456
- If you make a change in Power Apps portals admin center, you must reload the portals Studio if you already have it open.
427
457
- Adding users to Power BI dashboards and reports may take a while to reflect in the portals Studio.
428
458
429
-
####Power BI performance and optimization considerations
459
+
### Power BI performance and optimization considerations
430
460
431
461
Embedding multiple Power BI workspaces may need additional considerations. Refer to the following resources for Power BI embed scenario troubleshooting, optimization, and best practices:
432
462
433
463
-[Troubleshooting Power BI Embedded application content rendering](https://docs.microsoft.com/power-bi/developer/embedded/embedded-troubleshoot#content-rendering).
434
464
-[Power BI Embedded performance best practices](https://docs.microsoft.com/power-bi/developer/embedded/embedded-performance-best-practices).
435
465
-[Power BI optimization guide](https://docs.microsoft.com/power-bi/guidance/power-bi-optimization).
436
466
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.
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.
> You can also add Liquid tags in source code editor for advanced configuration. More information: [Work with Liquid templates](liquid/liquid-overview.md)
0 commit comments