Skip to content

Commit 2763a93

Browse files
committed
fix build warnings and error syntax.
1 parent a79792e commit 2763a93

6 files changed

+18
-52
lines changed

docs/report/powerbi/includes/query-filters-work-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ ms.date: 12/05/2022
77
---
88

99
> [!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`.
1111
1212

Loading

docs/report/powerbi/sample-boards-cfd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ https://analytics.dev.azure.com/{organization}/{project}/_odata/V3.0-preview/Boa
251251

252252
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.
253253

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":::
255255

256256
1. In the report created above, in the **Legend**, replace `CFD.ColumnName` with `ColumnOrder.ColumnName` to **Legend**.
257257

docs/report/powerbi/sample-boards-rollup.md

+10-34
Original file line numberDiff line numberDiff line change
@@ -409,41 +409,17 @@ You can the default query label, *Query1* to something more meaningful. To do so
409409

410410
:::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. ":::
411411

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.
430-
431-
> [!div class="mx-imgBorder"]
432-
> ![Feature rollup fields.](media/reports-boards/feature-rollup-fields.png)
433-
434-
For a simple report, do the following steps:
435-
436412
1. Add the following fields to **Columns** in the order indicated:
437-
- **WorkItemId**, choose **Don't summarize** to show ID if needed
438-
- **WorkItemType**
439-
- **Title**
440-
- **State**
441-
- **Count of User Stories**
442-
- **Total Story Points**.
443-
444-
The example report displays:
445-
446-
:::image type="content" source="media/reports-boards/feature-rollup-report.png" alt-text="Screenshot of sample Feature rollup matrix report.":::
413+
- `WorkItemI`, choose **Don't summarize** to show ID if needed
414+
- `WorkItemType`
415+
- `Title`
416+
- `State`
417+
- `Count of User Stories`
418+
- `Total Story Points`.
419+
420+
The example report displays.
421+
422+
:::image type="content" source="media/reports-boards/feature-rollup-report.png" alt-text="Screenshot of Sample Feature rollup matrix report.":::
447423

448424
## Related articles
449425

docs/report/powerbi/sample-boards-sprintburndown.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -382,16 +382,10 @@ https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/Wor
382382

383383
## Create the report
384384

385-
Power BI shows you the fields you can report on.
386-
387-
> [!NOTE]
388-
> The example below assumes that no one renamed any columns.
389-
390-
> [!div class="mx-imgBorder"]
391-
> ![Power BI + OData - expanding an entity column](media/odatapowerbi-sprintburndown-fields.png)
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.
394386

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+
395389
For a simple report, do the following steps:
396390

397391
1. Select Power BI Visualization **Clustered column chart**.

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

+3-7
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ After closing the Advanced Editor and while remaining in the Power Query Editor,
6666
:::image type="content" source="media/transform-data/descendents-expanded-columns.png" alt-text="Screenshot of Power BI expanded Descendants column. ":::
6767

6868

69-
links-target-work-item-column-expand.png
70-
71-
7269
#### Pivot Descendants.StateCategory column
7370

7471
1. Select the 1Descendants.StateCategory1 column header to select it.
@@ -121,13 +118,12 @@ links-target-work-item-column-expand.png
121118
> represents its link to Work Item #3.
122119
123120

124-
<"id ="transform-data-type" />
121+
<a id="transform-data-type" />
125122

126123
## Transform a column data type
127124

128-
<"id ="leadtimedays-cycletimedays" />
129-
130-
125+
<a id="leadtimedays-cycletimedays" />
126+
131127
### Transform the LeadTimeDays and CycleTimeDays columns to whole Numbers
132128

133129
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

Comments
 (0)