Components require the configuration of Dimensions and KPIs.


Dimensions

Dimensions basically represent the columns of the table you selected as data source for this document. In contrast to KPIs, there are no restrictions as to which data types can serve as dimensions therefore all columns available in the table can be selected. Your choice of a dimension will define the possible level of KPIs for your data. If, for example, you add a dimension containing dates and want to round all dates to month, there will be a maximum of twelve possible KPIs for one year. However, if you round the dimension to years, there will – for one year – only be one entry with one KPI in your analysis component.

 

Number

There is no limit of dimensions, however, you should keep in mind that too much dimensions might increase the complexity of the component for a viewer of your analysis.


KPIs

KPIs (Key Performance Indicators) are functions that consolidate a set of values belonging to a single occurrence inside a dimension into one single value. Consolidation can be done by accumulating the values, by calculating the average, minimum or maximum or simply by counting the number of occurrences.

To give a short example let's assume your data contains a table listing all invoices you received from vendors and their respective order values. Now if you choose "vendor" as dimension and the sum of "order value" as KPI, for each vendor all entries in your data will be accumulated regarding their order values. Your result set will contain one entry for each vendor and his respective sum of order values. If you choose "avg" as aggregation function, the average of the order values will be calculated for each vendor. If you choose "min" or "max", the minimum or maximum order value will be selected and presented in the result set.

Apart from the function "count", all KPI functions need to be based on another column than the dimension column. Since these functions can only be performed on numerical data, only columns containing numerical data types will be available for selection. Basically, the table selected as data source will be scanned for numerical data types and all columns meeting the criteria will be provided as bases for KPIs. The function "count" simply counts the number of occurrences for each value in the dimensions column (so for our vendor example, the result set would contain an entry for each vendor and the number of invoices you received from him). If you use KPIs with two or more dimensions KPIs will be calculated for each unique combination of all dimension values occurring in the data source. 

Depending on the Chart Type, the number of possible dimensions and KPIs will vary (please see the following table).


Chart Type

Dimensions

KPIs

OLAP Table

Pivot Table

Column Chart

1

Pie Chart

1

1

Donut Chart

1

1

Line Chart

1

Area Chart

1

Scatter Chart

1 or 2

1 or 0

Bubble Chart

1

2

 

 

Related Content

  • No labels