You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabular models are Analysis Services databases that run in-memory or in DirectQuery mode, accessing data directly from backend relational data sources.
27
27
28
-
In-memory is the default. Using state-of-the-art compression algorithms and multi-threaded query processor, the in-memory analytics engine delivers fast access to tabular model objects and data by reporting client applications such as Microsoft Excel and Microsoft [!INCLUDE[ssCrescent](../../includes/sscrescent-md.md)].
28
+
In-memory is the default. Using state-of-the-art compression algorithms and multi-threaded query processor, the analytics engine delivers fast access to tabular model objects and data by reporting client applications such as Power BI and Excel.
29
29
30
30
DirectQuery is an alternative query mode for models that are either too big to fit in memory, or when data volatility precludes a reasonable processing strategy. In this release, DirectQuery achieves greater parity with in-memory models through support for additional data sources, ability to handle calculated tables and columns in a DirectQuery model, row level security via DAX expressions that reach the backend database, and query optimizations that result in faster throughput than in previous versions.
31
31
32
32
Tabular models are authored in [!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull-md.md)] using the Tabular model project template that provides a design surface for creating a model, tables, relationships, and DAX expressions. You can import data from multiple sources, and then enrich the model by adding relationships, calculated tables and columns, measures, KPIs, hierarchies, and translations.
33
33
34
-
Models can then be deployed to an instance of Analysis Services configured for Tabular server mode, where client reporting applications can connect to them. Deployed models can be managed in SQL Server Management Studio just like multidimensional models. They can also be partitioned for optimized processing and secured to the row-level by using role based security.
34
+
Models can then be deployed to Azure Analysis Services or an instance of SQL Server Analysis Services configured for Tabular server mode. Deployed tabular models can be managed in SQL Server Management Studio just like multidimensional models. They can also be partitioned for optimized processing and secured to the row-level by using role based security.
35
35
36
-
## In This Section
37
-
[Tabular Model Solutions (SSAS Tabular)](../../analysis-services/tabular-models/tabular-model-solutions-ssas-tabular.md) - Topics in this section describe creating and deploying tabular model solutions.
36
+
## In this section
37
+
[Tabular model solutions](../../analysis-services/tabular-models/tabular-model-solutions-ssas-tabular.md) - Topics in this section describe creating and deploying tabular model solutions.
38
38
39
-
[Tabular Model Databases (SSAS Tabular)](../../analysis-services/tabular-models/tabular-model-databases-ssas-tabular.md) - Topics in this section describe managing deployed tabular model solutions.
39
+
[Tabular model databases](../../analysis-services/tabular-models/tabular-model-databases-ssas-tabular.md) - Topics in this section describe managing deployed tabular model solutions.
40
40
41
-
[Tabular Model Data Access](../../analysis-services/tabular-models/tabular-model-data-access.md) - Topics in this section describe connecting to deployed tabular model solutions.
41
+
[Tabular model data access](../../analysis-services/tabular-models/tabular-model-data-access.md) - Topics in this section describe connecting to deployed tabular model solutions.
42
42
43
-
## See Also
43
+
## See also
44
44
[What's New in Analysis Services](../../analysis-services/what-s-new-in-analysis-services.md)
45
-
[Comparing Tabular and Multidimensional Solutions(SSAS)](../../analysis-services/comparing-tabular-and-multidimensional-solutions-ssas.md)
45
+
[Comparing Tabular and Multidimensional Solutions](../../analysis-services/comparing-tabular-and-multidimensional-solutions-ssas.md)
46
46
[Tools and applications used in Analysis Services](../../analysis-services/tools-and-applications-used-in-analysis-services.md)
[Compatibility Level for Tabular models in Analysis Services](../../analysis-services/tabular-models/compatibility-level-for-tabular-models-in-analysis-services.md)
0 commit comments