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
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 engineand in tabular model metadata. In-general, you should choose the latest compatibility level supported by your servers.
17
17
18
18
**The latest supported compatibility level is 1400**
19
19
20
20
Major features in the 1400 compatibility level include:
21
21
22
22
* 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 drilldown 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.
25
25
* Object-level security for table and column names, in addition to the data within them.
26
26
* Enhanced support for ragged hierarchies.
27
27
* Performance and monitoring improvements.
28
28
29
29
30
30
## Supported compatibility levels by version
31
31
32
+
Lower compatibility levels are supported for backwards compatibility.
33
+
32
34
|||
33
35
|-|-|-
34
36
|**Compatibility level**|**Server version**|
@@ -38,7 +40,7 @@ Major features in the 1400 compatibility level include:
38
40
|1103|SQL Server 2017*, SQL Server 2016, SQL Server 2014, SQL Server 2012 SP1|
39
41
|1100|SQL Server 2017*, SQL Server 2016, SQL Server 2014, SQL Server 2012 SP1, SQL Server 2012|
40
42
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.
42
44
43
45
## Set compatibility level
44
46
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