Skip to content

Commit 7d53d35

Browse files
author
Laurie Dunham Kroes
authored
Update chart_on_form.md
1 parent c6a1deb commit 7d53d35

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

powerapps-docs/user/chart_on_form.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "View charts on a form page in model-driven apps| MicrosoftDocs"
3-
description: View charts on from pages in Power Apps
2+
title: "View charts on a form page in model-driven apps| MicrosoftDocs"
3+
description: View charts on form pages in Power Apps.
44
author: mduelae
55
manager: kvivek
66
ms.service: powerapps
@@ -21,62 +21,60 @@ search.app:
2121

2222
You can view charts on a page that has a list of records. You can also open a record and view a chart in the record.
2323

24-
Only an administrator can add charts to a record, for information see, [Add a chart to a form](https://docs.microsoft.com/powerapps/maker/model-driven-apps/add-chart-to-form).
24+
Only an administrator can add charts to a record. For information, go to [Add a chart to a form](https://docs.microsoft.com/powerapps/maker/model-driven-apps/add-chart-to-form).
2525

2626
## View charts on a page
2727

28-
1. On the left navigation, select a page.
29-
2. On the commbar bar, select **Show Chart**.
28+
1. On the left navigation pane, select a page.
29+
2. On the command bar, select **Show Chart**.
3030

3131
> [!div class="mx-imgBorder"]
32-
> ![Charts on a page](media/show_chart.png "Show charts on a page")
32+
> ![Charts on a page.](media/show_chart.png "Show charts on a page")
3333
3434
3. Select the drop-down menu to choose a view.
3535

3636
> [!div class="mx-imgBorder"]
37-
> ![Choose a view](media/choose_view.png "Choose a view")
37+
> ![Choose a view.](media/choose_view.png "Choose a view")
3838
3939
4. Select the chart view drop-down menu to choose between a system or personal view.
4040

41-
- **My Charts**: My charts are personal charts that can only be seen by the user that created the chart. The user can also share their personal chart with other users if the user has sharing privileges for their security role.
42-
- **System Charts**: System charts are create by your administrator. By default, these charts are visible to all users.
41+
- **My Charts**: Personal charts that can only be seen by the user who created the chart. The user can also share their personal chart with other users if the user has sharing privileges for their security role.
42+
- **System Charts**: Created by your administrator. By default, these charts are visible to all users.
4343

4444
> [!div class="mx-imgBorder"]
45-
> ![Choose between a system or personal chart view](media/system_and_my_charts.png "Choose between a system or personal chart view")
45+
> ![Choose between a system or personal chart view.](media/system_and_my_charts.png "Choose between a system or personal chart view")
4646
4747
## Commands on a chart view
4848

49-
Use the **More Commands** button ![More commands button](media/more_command_button_charts.png "More commands button") to access commands such as, create a new chart, import, export, and more. The chart commands options are different for system charts and personal charts.
49+
Use the **More Commands** button ![More commands button.](media/more_command_button_charts.png "More commands button") to access commands such as create a new chart, import, export, and more. The chart commands options are different for system charts and personal charts.
5050

5151

52-
| Commands on my (personal) charts | Command on system charts |
52+
| Commands on my (personal) charts | Commands on system charts |
5353
|---------|---------|
54-
| ![Commands for a personal chart](media/my_chart_commands.png "Commands for a personal chart") | ![Commands for a system chart](media/system_chart_commands.png "Commands for a system chart") |
54+
| ![Commands for a personal chart.](media/my_chart_commands.png "Commands for a personal chart") | ![Commands for a system chart.](media/system_chart_commands.png "Commands for a system chart") |
5555

5656

5757
## Grid filter on charts
5858

59-
Grid home page provides multiple filter options for a user to filter the grid data such as, quick find, advanced find, grid column filter, and jump bar.
60-
For more information, see [How to use grid filters](https://docs.microsoft.com/powerapps/user/grid-filters).
61-
59+
Grid home page provides multiple filter options for a user to filter the grid data such as quick find, advanced find, grid column filter, and jump bar. For more information, go to [How to use grid filters](https://docs.microsoft.com/powerapps/user/grid-filters).
6260

6361
When a chart is shown together with grid, the grid filter option that you select will filter both chart and grid.
6462

65-
![Grid filter for charts](media/chart_grid_filters.png "Grid filters for charts")
63+
![Grid filter for charts.](media/chart_grid_filters.png "Grid filters for charts")
6664

6765
Legend:
6866

6967
1. **Sort**: Sorts records. Use **Filter by** to filter both grid and chart data based on the filter criteria.
70-
2. **Open advanced filtering panel**: See which filters were applied to the current view. For more information, see [See the current view definition](https://docs.microsoft.com/powerapps/user/grid-filters-advanced#see-the-current-view-definition).
68+
2. **Open advanced filtering panel**: See which filters were applied to the current view. For more information, go to [See the current view definition](https://docs.microsoft.com/powerapps/user/grid-filters-advanced#see-the-current-view-definition).
7169
3. **Search this view**: Search for data in the view you're in.
7270
4. **Jump bar**: The page jump bar uses the first sorted field. If no change has been made to the sort order, the jump bar uses the primary field.
7371

7472
### Drill-down in the chart data
7573

76-
You can drill-down into a segment on a chart and filter the data for that segment. When a chart is shown together with grid, the drill-down option that you select will filter both chart and grid as show in this illustration.
74+
You can drill down into a segment on a chart and filter the data for that segment. When a chart is shown together with grid, the drill-down option that you select will filter both chart and grid as shown in this illustration.
7775

78-
![Drill-down in to a chart](media/drill-down.gif "This illustration shows how the chart drill-down feature works")
76+
![Drill down into a chart](media/drill-down.gif "This illustration shows how the chart drill-down feature works")
7977

80-
For more information on how to use the drill-down feature, see [Drill-down in a chart](https://docs.microsoft.com/powerapps/user/track-your-progress-with-dashboard-and-charts#drill-down-in-a-chart).
78+
For more information on how to use the drill-down feature, go to [Drill-down in a chart](https://docs.microsoft.com/powerapps/user/track-your-progress-with-dashboard-and-charts#drill-down-in-a-chart).
8179

8280

0 commit comments

Comments
 (0)