diff --git a/vocabularies/Analytics.json b/vocabularies/Analytics.json
index 350c4876..e659e083 100644
--- a/vocabularies/Analytics.json
+++ b/vocabularies/Analytics.json
@@ -145,6 +145,11 @@
"$DefaultValue": true,
"@Core.Description": "The property holds the key of a dimension"
},
+ "DerivedDimension": {
+ "$Type": "Core.Tag",
+ "$DefaultValue": true,
+ "@Core.Description": "The property is a `Dimension` whose value is determined by the value of other `Dimension`s"
+ },
"Measure": {
"$Type": "Core.Tag",
"$DefaultValue": true,
diff --git a/vocabularies/Analytics.md b/vocabularies/Analytics.md
index ffa0ab80..3904b1b8 100644
--- a/vocabularies/Analytics.md
+++ b/vocabularies/Analytics.md
@@ -41,5 +41,6 @@ Property|Type|Description
[Property](Analytics.xml#L147)|PropertyPath?|Property that is part of the analytical context
[DynamicProperty](Analytics.xml#L150)|AnnotationPath?|Dynamic property introduced by annotations that is part of the analytical context
Allowed Terms:
- [AggregatedProperty](#AggregatedProperty)
- [CustomAggregate](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Aggregation.V1.md#CustomAggregate)
[Dimension](Analytics.xml#L159)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the key of a dimension
-[Measure](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the numeric value of a measure
-[AccumulativeMeasure](Analytics.xml#L165)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The measure has non-negative and additive values; it can be used in whole-part charts, e.g. the Donut
+[DerivedDimension](Analytics.xml#L162)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property is a `Dimension` whose value is determined by the value of other `Dimension`s
+[Measure](Analytics.xml#L165)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The property holds the numeric value of a measure
+[AccumulativeMeasure](Analytics.xml#L168)|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|The measure has non-negative and additive values; it can be used in whole-part charts, e.g. the Donut
diff --git a/vocabularies/Analytics.xml b/vocabularies/Analytics.xml
index 104d3991..b06226f6 100644
--- a/vocabularies/Analytics.xml
+++ b/vocabularies/Analytics.xml
@@ -159,6 +159,9 @@
+
+
+