Skip to content

Commit 40aace6

Browse files
author
Owen Duncan
committed
Numerous changes.
1 parent c121f53 commit 40aace6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Tabular Models (SSAS) | Microsoft Docs"
2+
title: "Tabular Models | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/02/2017"
4+
ms.date: "01/29/2018"
55
ms.prod: analysis-services
66
ms.prod_service: "analysis-services, azure-analysis-services"
77
ms.service: ""
@@ -21,30 +21,30 @@ ms.author: "owend"
2121
manager: "kfile"
2222
ms.workload: "Active"
2323
---
24-
# Tabular Modeling (SSAS)
24+
# Tabular models
2525
[!INCLUDE[ssas-appliesto-sqlas-aas](../../includes/ssas-appliesto-sqlas-aas.md)]
2626
Tabular models are Analysis Services databases that run in-memory or in DirectQuery mode, accessing data directly from backend relational data sources.
2727

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.
2929

3030
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.
3131

3232
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.
3333

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.
3535

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.
3838

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.
4040

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.
4242

43-
## See Also
43+
## See also
4444
[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)
4646
[Tools and applications used in Analysis Services](../../analysis-services/tools-and-applications-used-in-analysis-services.md)
47-
[DirectQuery Mode (SSAS Tabular)](../../analysis-services/tabular-models/directquery-mode-ssas-tabular.md)
47+
[DirectQuery Mode](../../analysis-services/tabular-models/directquery-mode-ssas-tabular.md)
4848
[Compatibility Level for Tabular models in Analysis Services](../../analysis-services/tabular-models/compatibility-level-for-tabular-models-in-analysis-services.md)
4949

5050

0 commit comments

Comments
 (0)