- Tabular cube solutions were created for self-service BI, low-latency real-time analytics, and compatibility with Power BI and competitors' in-memory solutions.
- Tabular uses columnar storage and can be deployed either with an in-memory or direct query model. Unlike MOLAP, it does not pre-aggregate data and stores data compressed on disk for backup.
- Tabular differs from multidimensional models in that it only uses tables instead of dimensions and facts, has a single model per database, and the model can pull from multiple data sources. Some functionality like ragged hierarchies is also missing.