Thank you for your feedback! You have rated this topic in the last 30 days.
Glossary
Introduction
This section lists common terms used in pivot grid topics.
Glossary of terms
Term
Definition
Dimension
Dimensions are the structural attributes of a hypercube, known as Members – all of which belong to a similar category in the data.
For example, time dimension may consist of year, quarter, months, etc., likewise cities and countries may make up a region dimension.
A dimension acts as an index for identifying values within a multidimensional array and offers a way of organizing and selecting data for retrieval, exploration and analysis. Dimensions are the parameters normally seen in the rows and columns of a report.
Hierarchy
Hierarchies represent Parent-Child relationship. It is a way of organizing the members of a dimension into a logical tree structure that defines Parent-Child relationships.
For example, year is a parent of a quarter, and quarter is a parent of a month. When arranging members of a dimension into a Hierarchy, the OLAP model aggregates the dimension members, and the values of the child members will automatically sum up to a parent member.
Hypercube
Hypercube is an array of data consisting of one or more dimensions.
A hypercube can be considered a 3-dimensional grid. For example, a company may wish to summarize financial data by product, time, and city to compare budget expenses. The product, time, city and scenario (budget) are the dimensions of the financial data.
Level (Hierarchy)
Members of a dimension with hierarchies are considered to be at the same level if their hierarchies consist of the same number of descendants in a single path.
Example1
(Path is marked Italic ):
Dimension1 contains: [Parent1].[Child1].[Child2]
Dimension2 contains: [Parent1].[Child1].[Child2]
Both dimensions above are at the same hierarchical level, because the number of descendants in their paths are the same.
Each dimension listed above are considered members. There is also a special member called “All members” for example:
[All Periods] would apply to all members.
Measures
A measure is a numerical value. It can be the combination of a numeric input column with a summarized value or statistic. It is the returned value of queried Rows/Columns. Measures are loaded from the data source being summarized. One input column can load one or more measures. For example, you can display measures “Amount,” or calculate measures "Sum of Amount" and "Maximum of Amount" from the input column "Amount."
Online Analytical Processing (OLAP)
Online Analytical Processing (OLAP) is a method of retrieving answers to complex analytical queries from Multi-Dimensional data cubes.
OLAP is attributed to business intelligence, which is similarly attributed to relational reporting and data mining. However, databases that function with OLAP use a Multi-Dimensional data model, enabling users to conduct analytical reports with quick execution time.
In an OLAP data model, information is viewed conceptually as cubes, which consist of quantitative values (measures) and descriptive categories (dimensions).
Related Content
Topics
The following topic provides additional information related to this topic.