---
title: "DataAggregation Element (ASSL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/06/2017"
ms.prod: "sql-server-2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "analysis-services"
- "docset-sql-devref"
ms.tgt_pltfrm: ""
ms.topic: "reference"
apiname:
- "DataAggregation Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
helpviewer_keywords:
- "DataAggregation element"
ms.assetid: baf6d2c9-54f6-4a6d-95f7-e1e758be458d
caps.latest.revision: 13
author: "Minewiskan"
ms.author: "owend"
manager: "erikre"
---
# DataAggregation Element (ASSL)
Determines whether the instance can aggregate persisted data or cached data for the [MeasureGroup](../../../analysis-services/scripting/objects/measuregroup-element-assl.md).
## Syntax
```xml
...
...
...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|Data type and length|String (enumeration)|
|Default value|*DataAndCacheAggregatable*|
|Cardinality|0-1: Optional element that can occur once and only once.|
## Element Relationships
|Relationship|Element|
|------------------|-------------|
|Parent elements|[MeasureGroup](../../../analysis-services/scripting/objects/measuregroup-element-assl.md)|
|Child elements|None|
## Remarks
The value of this element is limited to one of the strings in the following table.
|Value|Description|
|-----------|-----------------|
|*None*|Aggregation is not performed for this measure group.|
|*DataAggregatable*|Persisted data is aggregatable for this measure group.|
|*CacheAggregatable*|Cached data is aggregatable for this measure group.|
|*DataAndCacheAggregatable*|Both persisted data and cached data are aggregatable for this measure group.|
The element that corresponds to the parent of **DataAggregation** in the Analysis Management Objects (AMO) object model is .
## See Also
[Cube Element (ASSL)](../../../analysis-services/scripting/objects/cube-element-assl.md)
[Dimension Element (ASSL)](../../../analysis-services/scripting/objects/dimension-element-assl.md)
[Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)