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
Simplifying work tracking sample power bi reports.
AB#29208: Create a Power Bi report (Power BI, New, Phase 3)
AB#29047: Transform Analytics data to generate Power BI reports (Power BI, New, Phase 3)
AB#29205: Open bugs or user stories sample reports (Power BI, New, Phase 3)
Copy file name to clipboardExpand all lines: docs/report/extend-analytics/odata-query-guidelines.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ For example, the following query gets a single work item by its identifier.
262
262
> &$select=WorkItemId, Title
263
263
> ```
264
264
265
-
If you're not sure which properties you should include in such a filter, you can look it up in the metadata. See [Explore the Analytics OData metadata](analytics-metadata.md). Properties are in the `Key` element of the `EntityType`. For example, `WorkItemId` and `Revision` are key columns for the `WorkItemRevision` entity.
265
+
If you're not sure which properties you should include in such a filter, you can look it up in the metadata. See [Construct OData queries for Analytics, URL components to query the metadata](../analytics/analytics-query-parts.md#query-metadata). Properties are in the `Key` element of the `EntityType`. For example, `WorkItemId` and `Revision` are key columns for the `WorkItemRevision` entity.
266
266
267
267
> [!div class="tabbedCodeSnippets"]
268
268
> ```XML
@@ -921,10 +921,10 @@ Another useful annotation is `Org.OData.Capabilities.V1.ExpandRestrictions`, whi
921
921
922
922
## Related articles
923
923
924
+
- [Construct OData queries for Analytics](../analytics/analytics-query-parts.md)
924
925
- [Query work item tracking data](wit-analytics.md)
925
926
- [Aggregate data](aggregated-data-analytics.md)
926
927
- [Query trend data](querying-for-trend-data.md)
927
928
- [Query work item links](work-item-links.md)
928
-
- [Explore the Analytics OData metadata](analytics-metadata.md)
Link to Power BI report creation. Link to previous articles to get the data.
20
+
21
+
Once you've imported or connected your data to Power BI and transformed the data, you're ready to create your report. You create a report through these steps:
22
+
23
+
1. Choose the type of report your want.
24
+
2. Choose the fields to use in the report - the number of fields will depend on the report you select.
25
+
26
+
27
+
## Understand your report options
28
+
29
+
:::image type="content" source="media/create-powerbi-report/visualizations.png" alt-text="Screenshot of Power BI Visualizations choices.":::
30
+
31
+
32
+
33
+
## Create a Pie chart
34
+
35
+
## Create a Visualization matrix report
36
+
37
+
[Create matrix visualizations in Power BI](/power-bi/visuals/desktop-matrix-visual)
38
+
39
+
## Create a Stacked bar report
40
+
41
+
## Create a Trend report
42
+
43
+
## Create a Clustered column chart
44
+
45
+
## Related articles
46
+
47
+
48
+
-[Get started with Power BI Desktop](/power-bi/fundamentals/desktop-getting-started)
49
+
-[Quickstart: Connect to data in Power BI Desktop](/power-bi/connect-data/desktop-quickstart-connect-to-data)
50
+
-[Use the ribbon in Power BI Desktop](/power-bi/create-reports/desktop-ribbon)
51
+
52
+
53
+
## Power BI articles
54
+
55
+
-[Create matrix visualizations in Power BI](/power-bi/visuals/desktop-matrix-visual)
To determine available query filters, query the metadata as described in [Explore the Analytics OData metadata](../../extend-analytics/analytics-metadata.md). You can filter your queries using any of the **NavigationPropertyBinding Path** values listed under an **EntitySet**. To learn more about the data type of each value, review the metadata provided for the corresponding **EntityType**. Each **EntitySet** corresponds to the singular value for an **EntityType**.
12
11
13
-
For example, the **EntitySet Name="PipelineRunActivityResults"** corresponds to the **EntityType Name="PipelineRunActivityResult"**. The OData metadata for **EntitySet Name="PipelineRunActivityResults"** is as shown below for **v4.0-preview**. You can add filters based on any of the listed **NavigationPropertyBinding Path** values.
To determine available query filters, query the metadata as described in [Construct OData queries for Analytics, URL components to query the metadata](../../analytics/analytics-query-parts.md#query-metadata). You can filter your queries using any of the `Property` under an `EntityType` or `NavigationPropertyBinding Path` values listed under an `EntitySet`. Each `EntitySet` corresponds to an `EntityType`. For example, the `EntitySet Name="PipelineRunActivityResults"` corresponds to the `EntityType Name="PipelineRunActivityResult"`.
30
13
14
+
To learn more about the data type of each value, review the metadata provided for the corresponding `EntityType`.
To determine available query filters, query the metadata as described in [Explore the Analytics OData metadata](../../extend-analytics/analytics-metadata.md). You can filter your queries using any of the **NavigationPropertyBinding Path** values listed under an **EntitySet**. To learn more about the data type of each value, review the metadata provided for the corresponding **EntityType**. Each **EntitySet** corresponds to the singular value for an **EntityType**.
12
11
12
+
To determine available query filters, query the metadata as described in [Construct OData queries for Analytics, URL components to query the metadata](../../analytics/analytics-query-parts.md#query-metadata). You can filter your queries using any of the `Property` under an `EntityType` or `NavigationPropertyBinding Path` values listed under an `EntitySet`. Each `EntitySet` corresponds to an `EntityType`. For example, the `EntitySet Name="TestPoints"` corresponds to the `EntityType Name="TestPoint"`.
13
13
14
-
For example, the **EntitySet Name="TestPoints"** corresponds to the **EntityType Name="TestPoint"**. The OData metadata for the **EntitySet Name="TestPoints"** is as shown below for **v4.0-preview**. You can add filters based on any of the listed **NavigationPropertyBinding Path** values.
To determine available query filters, query the metadata as described in [Explore the Analytics OData metadata](../../extend-analytics/analytics-metadata.md). You can filter your queries using any of the **NavigationPropertyBinding Path** values listed under an **EntitySet**. To learn more about the data type of each value, review the metadata provided for the corresponding **EntityType**. Each **EntitySet**corresponds to an **EntityType**.
11
+
To determine available query filters, query the metadata as described in [Construct OData queries for Analytics, URL components to query the metadata](../../analytics/analytics-query-parts.md#query-metadata). You can filter your queries using any of the `Property` under an `EntityType` or `NavigationPropertyBinding Path` values listed under an `EntitySet`. Each `EntitySet` corresponds to an `EntityType`. For example, the `EntitySet Name="WorkItemSnapshot"`corresponds to the `EntityType Name="WorkItemSnapshot"`.
12
12
13
-
For example, the **EntitySet Name="WorkItemSnapshot"** corresponds to the **EntityType Name="WorkItemSnapshot"**. The OData metadata for **EntitySet Name="WorkItemSnapshot"** is as shown below for **v4.0-preview**. You can add filters based on any of the listed **NavigationPropertyBinding Path** values.
0 commit comments