Work Item Category Tables

You can query for categories of work items by using the FactWorkItemToCategory and DimWorkItemCategory tables. You can organize the results of other work item queries by category if you join these tables with the DimWorkItem by using FactWorkItemToCategory.WorkItemTypeName = DimWorkItem.System_WorkItemType.

For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Analyze and Report on Work Item and Test Case Data Using the Work Item Perspective.

Fact Tables for Work Item Category

FactWorkItemToCategory is associated with the following dimension tables:

  • DimWorkItem

  • DimWorkItemCategory

See Also

Concepts

Analyze and Report on Work Item and Test Case Data Using the Work Item Perspective

Generate Reports Using the Relational Warehouse Database for Visual Studio ALM

Other Resources

Define Categories to Group Work Item Types