Skip to content

Commit 5853805

Browse files
committed
updates to Analytics views sample reports article
AB#29217: Review and update Power BI report charts - Phase 3
1 parent af85e8c commit 5853805

13 files changed

+20
-34
lines changed
+18-32
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Example reports for Power BI Data Connector
2+
title: Example reports based on Analytics views and Power BI data connector
33
titleSuffix: Azure DevOps
4-
description: Learn how to develop reports based on examples when using the Power BI Data Connector and Analytics for Azure DevOps.
4+
description: Learn how to develop reports based on Analytics views data when using the Power BI Data Connector.
55
ms.assetid: 3356B3EF-E9AB-4B42-8738-E58AA34A4B4F
66
ms.subservice: azure-devops-analytics
77
ms.topic: sample
88
ms.author: kaelli
99
author: KathrynEE
1010
monikerRange: '>= azure-devops-2019'
11-
ms date: 10/04/2021
11+
ms date: 12/13/2022
1212
---
1313

14-
# Example reports for Power BI data connector
14+
# Example reports based on Analytics views
1515

1616
[!INCLUDE [version-gt-eq-2019](../../includes/version-gt-eq-2019.md)]
1717

18-
Learn how to generate the following example reports in Power BI:
18+
Learn how to generate the following example reports in Power BI based on an Analytics view.
1919

2020
- [Number of Work Items](#number-of-work-items)
2121
- [Number of Bugs by Area Path and Priority](#number-of-bugs-by-area-path-and-priority)
@@ -29,47 +29,33 @@ Before generating these reports, you must first [connect to Analytics using the
2929

3030
<a id="number-of-work-items" />
3131

32-
## Number of work items
32+
## Show card with total count of work items
3333

34-
1. Load `Work Items - Today` table with columns: `Work Item Count`.
34+
1. Load the `Work Items - Today` Analytics view into Power BI.
3535

36-
2. Select *Card* visual.
36+
2. From the **Visualizations** pane, choose **Card**, and drag the `Work Item ID` to **Fields**.
3737

38-
![Power BI Visualizations, choose Card visual](./media/data-connector-recipes-count-1.png)
38+
:::image type="content" source="media/analytics-views/work-item-count-card.png" alt-text="Screenshot of Power BI Visualizations, choose Card and add Work Item ID to Fields. ":::
3939

40-
3. Search for `Work Item Count` and drag it to the `Fields`.
40+
## Number of work items by area path and state
4141

42-
![Power BI, Filter for Work Item Count, add to fields](./media/data-connector-recipes-count-2.png)
42+
1. Load `Work Items - Today` Analytics view into Power BI. The data table should include the following columns: `Area Path`, `Priority`, `Work Item Count`, `Work Item Type`.
4343

44-
<a id="number-of-bugs-by-area-path-and-priority" />
44+
2. From the **Visualizations** pane, choose **Matrix**, and add `Area Path`, `State`, and `Work Item ID` to **Rows**, **Columns**, and **Values**, respectively.
4545

46-
## Number of bugs by area path and priority
46+
:::image type="content" source="media/analytics-views/matrix-work-items-area-state.png" alt-text="Screenshot of Power BI Visualizations, choose Matrix and add Area Path, State, and Work Item ID fields to Rows, Columns, and Values. ":::
4747

48-
1. Load `Work Items - Today` table with columns: `Area Path`, `Priority`, `Work Item Count`, `Work Item Type`.
48+
1. (Optional) Expand the **Filters** pane and choose one or more fields to filter the report. For example, the example report shown in the previous image only shows select `Area Paths`.
4949

50-
2. Select `Matrix` visual.
50+
:::image type="content" source="media/analytics-views/matrix-work-items-filters.png" alt-text="Screenshot of Power BI Filters, select Area Paths. ":::
5151

52-
![Power BI Visualizations, choose Matrix visual](./media/data-connector-recipes-number-of-bugs-by-area-path-and-priority-1.png)
53-
54-
3. Search for `Area Path` and drag it to `Rows`.
55-
56-
![Power BI, Add Area Path to Rows](./media/data-connector-recipes-number-of-bugs-by-area-path-and-priority-2.png)
57-
58-
4. Search for `Priority` and drag it to `Columns`.
59-
60-
![Power BI, add Priority to Columns](./media/data-connector-recipes-number-of-bugs-by-area-path-and-priority-3.png)
61-
62-
5. Search for `Work Item Count` and drag it to `Values`.
63-
64-
![Power BI, add Work Item Count to Values](./media/data-connector-recipes-number-of-bugs-by-area-path-and-priority-4.png)
65-
66-
6. Search for `Work Item Type`, drag it to `Visual level filters` and select `Bugs`.
67-
68-
![Power BI, Add Work Item Type to Visual Level Filters, Filter on Bug](./media/data-connector-recipes-number-of-bugs-by-area-path-and-priority-5.png)
52+
> [!NOTE]
53+
> To simplify the report, select `Area Paths` were renamed to shorten their labels. To learn how to replace values in a column, see [Transform Analytics data to generate Power BI reports, Replace values](transform-analytics-data-report-generation.md#replace-null-values).
6954

7055
## Related articles
7156

7257
- [Power BI integration overview](overview.md)
7358
- [Connect with Power BI Data Connector](./data-connector-connect.md)
59+
- [Transform Analytics data to generate Power BI reports](transform-analytics-data-report-generation.md).
7460
- [Dataset design for the Power BI Data Connector](data-connector-dataset.md)
7561
- [Functions available in Power BI Data Connector](data-connector-functions.md)
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.

docs/report/powerbi/transform-analytics-data-report-generation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ From the Power Query Editor, select the ribbon **Transform** menu.
148148

149149
<a id="replace-null-values" />
150150

151-
## Replace Null values
151+
## Replace values
152152

153-
Sometimes one or more records will contain null values. For example, a value may not have been entered for **Story Points** or **Remaining Work**.
153+
Sometimes one or more records may contain null values. For example, a value may not have been entered for **Story Points** or **Remaining Work**.
154154

155155
:::image type="content" source="media/transform-data/records-null-data.png" alt-text="Screenshot of Power BI table containing null values.":::
156156

0 commit comments

Comments
 (0)