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/includes/query-filters-work-items.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,6 @@ ms.date: 12/05/2022
7
7
---
8
8
9
9
> [!NOTE]
10
-
> To determine available properties for filter or report purposes, see [Metadata reference for Azure Boards](../analytics/entity-reference-boards). You can filter your queries or return properties using any of the `Property` values under an `EntityType` or `NavigationPropertyBinding Path` values available with an `EntitySet`. Each `EntitySet` corresponds to an `EntityType`. To learn more about the data type of each value, review the metadata provided for the corresponding `EntityType`.
10
+
> To determine available properties for filter or report purposes, see [Metadata reference for Azure Boards](../analytics/entity-reference-boards.md). You can filter your queries or return properties using any of the `Property` values under an `EntityType` or `NavigationPropertyBinding Path` values available with an `EntitySet`. Each `EntitySet` corresponds to an `EntityType`. To learn more about the data type of each value, review the metadata provided for the corresponding `EntityType`.
1. Select the **Modeling** menu, and then select **Manage Relationships**. Ensure there's a relationship between `CFD.ColumnName` and `ColumnOrder.ColumnName`. It's likely that the relationship was autodetected.
253
253
254
-
:::image type="content" source="media/reports-boards/cfd-manage-relationships-dialog.png" alt-text="Dialog for Manage Relationships showing a relationship between "CFD.ColumnName" and "ColumnOrder.ColumnName"":::
254
+
:::image type="content" source="media/reports-boards/cfd-manage-relationships-dialog.png" alt-text="Dialog for Manage Relationships showing a relationship between CFD.ColumnName and ColumnOrder.ColumnName":::
255
255
256
256
1. In the report created above, in the **Legend**, replace `CFD.ColumnName` with `ColumnOrder.ColumnName` to **Legend**.
Copy file name to clipboardExpand all lines: docs/report/powerbi/sample-boards-rollup.md
+10-34
Original file line number
Diff line number
Diff line change
@@ -409,41 +409,17 @@ You can the default query label, *Query1* to something more meaningful. To do so
409
409
410
410
:::image type="content" source="media/reports-boards/rollup-table-selections.png" alt-text="Screenshot of Power BI Visualizations and Fields selections for Rollup table report. ":::
411
411
412
-
1. Add the field "**DateValue**" to **X-axis**.
413
-
- Right-click **DateValue** and select **DateValue**, rather than **Date Hierarchy**.
414
-
415
-
1. Add the field Count to **Y-axis**.
416
-
- Right-click **Count** and ensure **Sum** is selected.
417
-
418
-
1. Add the State to **Legend**.
419
-
420
-
The example report displays.
421
-
422
-
:::image type="content" source="media/odatapowerbi-bugtrend-report.png" alt-text="Screenshot of Sample Bug trends line chart report.":::
423
-
424
-
425
-
426
-
Power BI shows you the fields you can report on.
427
-
428
-
> [!NOTE]
429
-
> The example below assumes that columns are renamed as indicated in the corresponding images.
> The example below assumes that no one renamed any columns.
389
-
390
-
> [!div class="mx-imgBorder"]
391
-
> 
392
-
393
-
sprint-burndown-visualizations.png
385
+
1. In Power BI, choose the **Line chart** report under **Visualizations** and select the fields as shown in the following image.
394
386
387
+
:::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
+
395
389
For a simple report, do the following steps:
396
390
397
391
1. Select Power BI Visualization **Clustered column chart**.
Copy file name to clipboardExpand all lines: docs/report/powerbi/transform-analytics-data-report-generation.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,6 @@ After closing the Advanced Editor and while remaining in the Power Query Editor,
66
66
:::image type="content" source="media/transform-data/descendents-expanded-columns.png" alt-text="Screenshot of Power BI expanded Descendants column. ":::
67
67
68
68
69
-
links-target-work-item-column-expand.png
70
-
71
-
72
69
#### Pivot Descendants.StateCategory column
73
70
74
71
1. Select the 1Descendants.StateCategory1 column header to select it.
### Transform the LeadTimeDays and CycleTimeDays columns to whole Numbers
132
128
133
129
The `LeadTimeDays` and `CycleTimeDays` are decimal fields. For example if **Lead Time** is 10 and 1/2 days, the value is 10.5. Since most Lead/Cycle Time reports assume that it's rounded to the nearest day, we need to convert these fields to an Integer. Making this conversion converts all values less than 1 to 0.
0 commit comments