

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis PercentileAggregation
<a name="aws-properties-quicksight-analysis-percentileaggregation"></a>

An aggregation based on the percentile of values in a dimension or measure.

## Syntax
<a name="aws-properties-quicksight-analysis-percentileaggregation-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-analysis-percentileaggregation-syntax.json"></a>

```
{
  "[PercentileValue](#cfn-quicksight-analysis-percentileaggregation-percentilevalue)" : Number
}
```

### YAML
<a name="aws-properties-quicksight-analysis-percentileaggregation-syntax.yaml"></a>

```
  [PercentileValue](#cfn-quicksight-analysis-percentileaggregation-percentilevalue): Number
```

## Properties
<a name="aws-properties-quicksight-analysis-percentileaggregation-properties"></a>

`PercentileValue`  <a name="cfn-quicksight-analysis-percentileaggregation-percentilevalue"></a>
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.  
*Required*: No  
*Type*: Number  
*Minimum*: `0`  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)