Blazor Pivot Table Example - OLAP
This sample demonstrates rendering a pivot table bound to an online SSAS OLAP cube as its data source with comprehensive cube element management.
OLAP cube capabilities include arranging dimensions, hierarchies, and measures in row, column, value, and slicer axes to create custom data views at runtime.
Available toolbar and UI features:
- Create/Rename/Remove Report - Manage multiple reports dynamically
- Save As Option - Save reports locally in browser memory
- Report List - Swap between saved reports
- Pivot Table/Chart Views - Toggle between cross-tabulation and graphical displays with multiple chart types
- Show MDX Query - View MDX queries used to fetch cube data
- Export Functionality - Export to PDF, Excel, and CSV formats
- Totals Management - Hide/show grand totals and subtotals by hierarchy
- Conditional Formatting - Customize cell appearance based on conditions
- Field List UI - Alter reports dynamically through user interface
For comprehensive OLAP data binding documentation, refer to the OLAP documentation. For additional insights, visit the Blazor OLAP Pivot Table page.