Skip to content

Commit f715be4

Browse files
authored
Merge pull request #10593 from Minewiskan/compat-level-update
Update to compatibility levels article.
2 parents 36533b2 + 5095101 commit f715be4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/analysis-services/tabular-models/compatibility-level-for-tabular-models-in-analysis-services.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compatibility level for tabular models in Analysis Services | Microsoft Docs"
3-
ms.date: 05/23/2019
3+
ms.date: 06/10/2019
44
ms.prod: sql
55
ms.technology: analysis-services
66
ms.custom: tabular-models
@@ -13,22 +13,24 @@ manager: kfile
1313
# Compatibility level for Analysis Services tabular models
1414
[!INCLUDE[ssas-appliesto-sqlas-aas](../../includes/ssas-appliesto-sqlas-aas.md)]
1515

16-
The *compatibility level* refers to release-specific behaviors in the Analysis Services engine. For example, DirectQuery and tabular object metadata have different implementations depending on the compatibility level. In-general, you should choose the latest compatibility level supported by your servers.
16+
The *compatibility level* refers to functionality and feature enhancements in both the Analysis Services engine and in tabular model metadata. In-general, you should choose the latest compatibility level supported by your servers.
1717

1818
**The latest supported compatibility level is 1400**
1919

2020
Major features in the 1400 compatibility level include:
2121

2222
* New infrastructure for data connectivity and import into tabular models with support for TOM APIs and TMSL scripting. This enables support for additional data sources such as Azure Blob storage. Additional data sources will be included in future updates.
23-
* Data transformation and data mashup capabilities by using Get Data and M expressions in SSDT.
24-
* Measures now support a Detail Rows property with a DAX expression, enabling BI tools such as Microsoft Excel drill-down to detailed data from an aggregated report. For example, when end-users view total sales for a region and month, they can view the associated order details.
23+
* Data transformation and data mashup capabilities by using Get Data and M expressions in SQL Server Data Tools (SSDT).
24+
* Measures now support a Detail Rows property with a DAX expression, enabling BI tools such as Microsoft Excel drill down to detailed data from an aggregated report. For example, when users view total sales for a region and month, they can view the associated order details.
2525
* Object-level security for table and column names, in addition to the data within them.
2626
* Enhanced support for ragged hierarchies.
2727
* Performance and monitoring improvements.
2828

2929

3030
## Supported compatibility levels by version
3131

32+
Lower compatibility levels are supported for backwards compatibility.
33+
3234
|||
3335
|-|-|-
3436
|**Compatibility level**|**Server version**|
@@ -38,7 +40,7 @@ Major features in the 1400 compatibility level include:
3840
|1103|SQL Server 2017*, SQL Server 2016, SQL Server 2014, SQL Server 2012 SP1|
3941
|1100|SQL Server 2017*, SQL Server 2016, SQL Server 2014, SQL Server 2012 SP1, SQL Server 2012|
4042

41-
\* 1100 and 1103 compatibility levels are deprecated in SQL Server 2017.
43+
\* 1100 and 1103 compatibility levels are deprecated in SQL Server 2017 and later.
4244

4345
## Set compatibility level
4446
When creating a new tabular model project in SQL Server Data Tools (SSDT), you can specify the compatibility level on the **Tabular model designer** dialog.

0 commit comments

Comments
 (0)