The Blazor Pivot Table can now be connected to multidimensional data (OLAP) that is organized into dimensions, hierarchies, measures, named sets, etc. Its result can be visualized in both tabular (pivot table) and graphical (pivot chart) formats. End users can customize its report on the fly with the help of grouping bar and field list. Reports can be stored for later use.
OLAP cube is a multidimensional array of data formed by its elements such as dimensions, hierarchies, levels, members, measures, named sets, etc. With the help of the field list UI, end users can visualize and use the OLAP cube elements at runtime.
Drill down (expand) and drill up (collapse) actions to visualize data in both abstract and detailed views.
With slice and dice, the end users can create new views by selecting dimensions and measures from the OLAP cube and filtering them to provide useful information.
In the Blazor Pivot Table, support has been provided to bring data to the browser with the help of paging MDX query while scrolling and render the component without any performance constraints.
Built-in UI to create and display dimensions and measures according to the requirement. The dynamically created members and measures can be bound to the report to visualize the same in a pivot table.
Named sets are dimension members created from predefined MDX expressions in the OLAP cube.
Retrieve the underlying raw data of any aggregated value cell and visualize it in the grid component.
Organize measures belonging to the same underlying fact table in a group.