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