Skip to content

Commit a46bb73

Browse files
authored
Live publish
2 parents 3a52f02 + 835866a commit a46bb73

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

clear_filter.png

73.1 KB
Loading

powerapps-docs/chart_on_form.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "View charts on a form page in model-driven apps| MicrosoftDocs"
3+
description: Use interative dashboards to filter data in Power Apps
4+
author: mduelae
5+
manager: kvivek
6+
ms.service: powerapps
7+
ms.component: pa-user
8+
ms.topic: conceptual
9+
ms.date: 9/2/2020
10+
ms.author: mduelae
11+
ms.custom: ""
12+
ms.reviewer: ""
13+
ms.assetid:
14+
search.audienceType:
15+
- enduser
16+
search.app:
17+
- PowerApps
18+
- D365CE
19+
---
20+
# View charts on a form page
21+
22+
Use interactive dashboards to see workload information and take action. The charts on a interactive dashboard serves as a simple filtering source. You can select different data points on a chart to filter data based on the filter criteria.
23+
Interactive dashboards are system dashboards that only an admin can create. To learn more on how to create and configure interactive dashboards, see [Create and configure model-driven app interactive experience dashboards](https://docs.microsoft.com/powerapps/maker/model-driven-apps/configure-interactive-experience-dashboards).
24+
25+
Interactive dashboards come in two forms: multi-stream and single-stream. In addition, multi-stream dashboards can be home page or entity-specific dashboards. The multi-stream dashboards display data in real time over multiple data streams.
26+
27+
28+
> [!div class="mx-imgBorder"]
29+
> ![Multi-stream interactive dashboard](media/interactive_dashboard.png "Multi-stream interactive dashboard")

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The `push` capability speeds up the inner-developer cycle development because it
9191
To use the `push` capability, do the following:
9292
9393
1. Ensure that you have a valid authentication profile created.
94-
2. Go in to the folder where you have created the code component project.
94+
2. Navigate to the directory where the `.pcfproj` file is located.
9595
3. Run the command.
9696
9797
```CLI

powerapps-docs/developer/model-driven-apps/understand-charts-underlying-data-chart-representation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Understand charts: Underlying data and chart representation (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Charts display data visually by mapping textual values on two axes: horizontal (x) and vertical (y). The x axis is called the category axis and the y axis is called the series axis." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 07/27/2020
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "KumarVivek" # GitHub ID
10-
ms.author: "kvivek" # MSFT alias of Microsoft employees only
11-
manager: "shilpas" # MSFT alias of manager or PM counterpart
9+
author: "Nkrb" # GitHub ID
10+
ms.author: "nabuthuk" # MSFT alias of Microsoft employees only
11+
manager: "kvivek" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:

0 commit comments

Comments
 (0)