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/analytics/analytics-best-practices.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ There are several reasons to follow best practices when querying Analytics, such
34
34
- Minimize consumption of resources
35
35
::: moniker-end
36
36
37
-
Follow the guidance provided below as you get started. If you are an extension developer, you'll also want to review [Query guidelines for Analytics with OData](../extend-analytics/odata-query-guidelines.md).
37
+
Follow the guidance provided below as you get started. If you are an extension developer, you'll also want to review [OData Analytics query guidelines](../extend-analytics/odata-query-guidelines.md).
## Structure your query to return the data you need
@@ -106,7 +106,7 @@ You specify columns of data to return using the `$select` clause. With customiza
106
106
107
107
For example, to return the ID, Work Item Type, Title, and State fields for a filtered set of work items, specify the following `$select` clause: `$select=WorkItemId, WorkItemType, Title, State`.
108
108
109
-
To lookup the list of properties and their corresponding field names, see [Work item properties reference](../powerbi/analytics-fields-reference.md).
109
+
To lookup the list of properties and their corresponding field names, see [Work tracking properties reference](../powerbi/analytics-fields-reference.md).
110
110
111
111
<!--- General info
112
112
Analytics is built on top of a Columnstore Index technology. That means that data is both storage and query processing is column-based. So, the more properties that a query references, the more expensive it's to process.
@@ -179,7 +179,7 @@ You can review usage for the service and for individuals by going to **Organizat
179
179
-[What is the Analytics service?](../powerbi/what-is-analytics.md)
180
180
-[Query the Analytics service in Azure DevOps](analytics-query-parts.md)
For prerequisites and other information for getting started, see [Query your work tracking data using OData Analytics](wit-analytics.md) and [Work item properties reference](../powerbi/analytics-fields-reference.md). All examples are scoped to a project on Azure DevOps. For examples of organization-level scoping or Azure DevOps Server, see [Project and organization-scoped queries](account-scoped-queries.md).
23
+
For prerequisites and other information for getting started, see [Query your work tracking data using OData Analytics](wit-analytics.md) and [Work tracking properties reference](../powerbi/analytics-fields-reference.md). All examples are scoped to a project on Azure DevOps. For examples of organization-level scoping or Azure DevOps Server, see [Project and organization-scoped queries](account-scoped-queries.md).
24
24
25
25
::: moniker range="azure-devops"
26
26
> [!TIP]
@@ -389,4 +389,4 @@ The response returns two work items.
389
389
390
390
-[WIT analytics](wit-analytics.md)
391
391
-[Aggregate data](aggregated-data-analytics.md)
392
-
-[Query guidelines for Analytics with OData](odata-query-guidelines.md)
Use this quick reference to access information and sample queries using OData and Analytics.
19
-
Using OData, you can directly query Analytics for Azure DevOps from a supported browser. Use the returned JSON data as you like. Enterprise organizations generate queries that span multiple projects or the entire organization in Azure DevOps.
20
-
21
-
19
+
Using OData, you can directly query Analytics for Azure DevOps from a supported browser. Use the returned JSON data as you like. Enterprise organizations can generate queries that span multiple projects or an entire organization or project collection.
22
20
23
21
## Get started
24
22
23
+
If you're new to Analytics, we recommend that you review the following articles.
24
+
25
+
-[Data available and versioning](../powerbi/data-available-in-analytics.md)
25
26
-[Query Analytics data or metadata](../analytics/analytics-query-parts.md)
26
27
-[Supported tools to use with Analytics](../analytics/analytics-query-tools.md)
27
28
-[Summary of best practices to use when querying Analytics](../analytics/analytics-best-practices.md)
28
29
-[Permissions and prerequisites for working with Analytics](../analytics/analytics-permissions-prerequisites.md)
29
30
31
+
32
+
## Sample widgets and reports
30
33
34
+
Analytics supports several widgets and built-in reports. In addition, we've created several sample reports to showcase how to query the data and build the reports of interest using Power BI.
-[OData Extension for Data Aggregation Version 4.0](https://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/cs01/odata-data-aggregation-ext-v4.0-cs01.html)
247
281
248
-
### Marketplace extensions
249
282
250
-
-[WIQL to OData](https://marketplace.visualstudio.com/items?itemName=ms-eswm.wiql-to-odata)
251
-
-[OData for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=stansw.vscode-odata)
Copy file name to clipboardexpand all lines: docs/report/powerbi/analytics-default-views.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Each default Analytics view provides a combination of options for work item type
64
64
65
65
Default views automatically include the most common fields for the included work item types used for reporting. All custom fields are included.
66
66
67
-
For example, the following fields are included when filtered for bugs and user stories. You can look up the description of most of these fields from the [Work item properties reference](analytics-fields-reference.md) or [Work item field index](../../boards/work-items/guidance/work-item-field.md).
67
+
For example, the following fields are included when filtered for bugs and user stories. You can look up the description of most of these fields from the [Work tracking properties reference](analytics-fields-reference.md) or [Work item field index](../../boards/work-items/guidance/work-item-field.md).
68
68
69
69
> [!div class="mx-imgBorder"]
70
70
> 
@@ -84,7 +84,7 @@ In these cases, you can [create a custom Analytics view](analytics-views-create.
84
84
-[Data available from Analytics](data-available-in-analytics.md)
85
85
-[Dataset design for the Power BI Azure DevOps Connector](data-connector-dataset.md)
86
86
-[Grant permissions to access Analytics](./analytics-security.md)
Copy file name to clipboardexpand all lines: docs/report/powerbi/analytics-views-create.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Enter a name for the view and provide a description. To allow others to view and
74
74
75
75
### Specify Work items filters
76
76
77
-
Specify filters to reduce the number of results returned by your view. In the work items section, you can add different filters on work item fields to scope your data. For a description of each available field, see [Work item properties reference](analytics-fields-reference.md).
77
+
Specify filters to reduce the number of results returned by your view. In the work items section, you can add different filters on work item fields to scope your data. For a description of each available field, see [Work tracking properties reference](analytics-fields-reference.md).
78
78
> [!div class="mx-imgBorder"]
79
79
> 
Copy file name to clipboardexpand all lines: docs/report/powerbi/data-connector-dataset.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You can select all work tracking fields in an Analytics view, except for the fol
48
48
> [!IMPORTANT]
49
49
> Identity or person-name fields, such as Created By, Assigned To, etc., are selectable fields, however you can't select these fields at this time as field criteria for the purposes of filtering work items.
50
50
51
-
For a description of each work item tracking fields, see [Work item properties reference](analytics-fields-reference.md).
51
+
For a description of each work item tracking fields, see [Work tracking properties reference](analytics-fields-reference.md).
Copy file name to clipboardexpand all lines: docs/report/sql-reports/migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ The following tools support interaction with the Analytics service:
68
68
69
69
### Query guidelines, query performance and latency
70
70
71
-
Analytics is not a real-time time store. It is a curated copy of data stored in Azure DevOps. The data copy helps optimize read and aggregation performance, and reduces the effect reporting scenarios have on Azure DevOps. Copying the data introduces up to a 30-second delay before the data associated with any one change shows up in Analytics. To learn more, see [Query guidelines for Analytics with OData](../extend-analytics/odata-query-guidelines.md).
71
+
Analytics is not a real-time time store. It is a curated copy of data stored in Azure DevOps. The data copy helps optimize read and aggregation performance, and reduces the effect reporting scenarios have on Azure DevOps. Copying the data introduces up to a 30-second delay before the data associated with any one change shows up in Analytics. To learn more, see [OData Analytics query guidelines](../extend-analytics/odata-query-guidelines.md).
0 commit comments