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: docs/report/powerbi/sample-boards-releaseburndown.md
+2-9
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ The queries in this section show how to generate burndown charts of work items b
38
38
39
39
### Burndown of User Stories in an area path from start and end date
40
40
41
-
42
41
The following query shows you how to return historical data of User Stories for a release based on work items tagged with a release tag.
43
42
44
43
> [!NOTE]
@@ -415,13 +414,7 @@ Prior to creating the report, you'll need to expand columns that return records
415
414
-`AssignedTo`
416
415
417
416
To learn how to expand work items, see [Transform Analytics data to generate Power BI reports](transform-analytics-data-report-generation.md#expand-columns).
@@ -435,7 +428,7 @@ Power BI shows you the fields you can report on.
435
428
436
429
:::image type="content" source="media/reports-boards/release-burndown-visualizations.png" alt-text="Screenshot of Power BI Visualizations and Fields selections for Release burndown clustered column chart report. ":::
437
430
438
-
1. Add the `DateValue` to **X-Axis** and right-click`DateValue` and select `DateValue`, rather than `Date Hierarchy`
431
+
1. Add `DateValue` to **X-Axis**, right-click and select `DateValue`, rather than `Date Hierarchy`
### Burndown User Stories for all sprints since the start of a year
268
-
### All Sprints since the beginning of the year
269
+
### Burndown User Stories for all sprints since the start of a year
269
270
270
271
You may want to view a burndown of all the sprints in a single report. These queries pulls in sprint burndowns, and their by story points, for all sprints since the beginning of year 2022.
Prior to creating the report, you'll need to expand columns that return records containing several fields. In this instance, you'll want to expand the following records:
380
+
-`Area`
381
+
-`Iteration`
382
+
-`AssignedTo`
381
383
384
+
To learn how to expand work items, see [Transform Analytics data to generate Power BI reports](transform-analytics-data-report-generation.md#expand-columns).
385
+
382
386
383
-
## Create the report
387
+
## Create the stacked column chart report
384
388
385
-
1. In Power BI, choose the **Line chart** report under **Visualizations** and select the fields as shown in the following image.
389
+
1. In Power BI, choose the **Stacked column chart** report under **Visualizations** and select the fields as shown in the following image.
386
390
387
391
:::image type="content" source="media/reports-boards/sprint-burndown-visualizations.png" alt-text="Screenshot of Power BI Visualizations and Fields selections for Sprint Burndown report. ":::
388
-
389
-
For a simple report, do the following steps:
390
392
391
-
1. Select Power BI Visualization **Clustered column chart**.
392
-
1. Add the field "DateValue" to **Axis**
393
-
- Right-click "DateValue" and select "DateValue", rather than Date Hierarchy
394
-
1. Add the field "TotalStoryPoints" to **Values**
395
-
1. Add the field "Count" to **Values**
393
+
1. Add `DateValue` to **X-Axis**, right-click and select `DateValue`, rather than `Date Hierarchy`
396
394
397
-
The example report, which displays burndown on both Story Points and Count of Stories.
395
+
1. Add `Count` to **Y-Axis**.
398
396
397
+
1. Add `State` to **Y-Axis**.
399
398
400
-
:::image type="content" source="media/reports-boards/sprint-burndown-clustered-column-chart.png" alt-text="Screenshot of Sample Power BI Sprint burndown clustered column chart report.":::
401
-
402
-
403
-
399
+
The example report, which displays burndown on both Story Points and Count of Stories.
404
400
405
-
## Full list of sample reports
406
401
407
-
[!INCLUDE [temp](includes/sample-fulllist.md)]
402
+
:::image type="content" source="media/reports-boards/sprint-burndown-clustered-column-chart.png" alt-text="Screenshot of Sample Power BI Sprint burndown clustered column chart report.":::
Copy file name to clipboardExpand all lines: docs/report/powerbi/sample-boards-teamslicer.md
+16-61
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: kaelli
8
8
author: KathrynEE
9
9
ms.topic: sample
10
10
monikerRange: '>= azure-devops-2019'
11
-
ms.date: 10/05/2021
11
+
ms.date: 12/08/2022
12
12
---
13
13
14
14
@@ -30,7 +30,7 @@ Often Power BI reports include data from multiple teams for aggregation and comp
30
30
31
31
## Sample queries
32
32
33
-
You'll need to add another query to your Power BI report. The query below returns the mapping between Teams and Area Paths.
33
+
To use a team slicer in a Power BI report, you'll need to add another query to your Power BI report. The query below returns the mapping between teams and Area Paths.
34
34
35
35
#### [Power BI query](#tab/powerbi/)
36
36
@@ -83,6 +83,7 @@ The following table describes each part of the query.
83
83
**Description**
84
84
:::column-end:::
85
85
:::row-end:::
86
+
---
86
87
:::row:::
87
88
:::column span="1":::
88
89
`$filter=startswith(AreaPath, '{areapath}')`
@@ -96,24 +97,23 @@ The following table describes each part of the query.
After selecting Close & Apply, and returning to Power BI, follow these steps:
138
137
139
-
1. Select **Modeling** menu
140
-
1. Select **Manage Relationships**
138
+
1. From the **Modeling** menus, select **Manage Relationships**.
141
139
1. Create a relationship between your Report query and the Teams query. It's likely that Power BI will autodetect and create the relationship for you. Here's an example of a relationship between the query in the [Open Bugs](sample-boards-openbugs.md) report and the Teams query:
142
140
143
141
> [!div class="mx-imgBorder"]
144
142
> 
145
143
146
144
## Add the Team Filter to an existing report
147
145
148
-
Power BI shows you the fields you can report on.
149
-
150
-
> [!NOTE]
151
-
> The example below assumes that no one renamed any columns.
152
-
153
-
> [!div class="mx-imgBorder"]
154
-
> 
146
+
1. On the page you want to add the team filter to, make sure no charts are selected, and then choose **Slicer** from the **Visualizations** pane.
155
147
156
-
To add a team filter to the Power BI report, follow these steps:
148
+
:::image type="content" source="media/reports-boards/team-slicer-visualizations.png" alt-text="Screenshot of Power BI Visualizations and Fields selections for team slicer. ":::
157
149
158
-
1. Select Visualization **Slicer**
159
-
1. Add the "Team.TeamName" field to **Field**
150
+
1. Add `Team.TeamName` to **Field**.
160
151
152
+
<!---
161
153
The example below shows the [Open Bugs](sample-boards-openbugs.md) report with a Team filter added. Selecting a team in the slicer filters the results of the Open Bugs report. It will work for any report, as long as its query returns AreaSK.
0 commit comments