Skip to content

Commit 4ffd478

Browse files
authored
docs: Multi-stage calculations powered by Tesseract (preview)
1 parent c2118a4 commit 4ffd478

File tree

4 files changed

+404
-2
lines changed

4 files changed

+404
-2
lines changed

docs/pages/product/data-modeling/concepts.mdx

+4-2
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ cubes:
473473
</CodeTabs>
474474
475475
[Calculated measures][ref-calculated-measures] and [subquery dimensions][ref-subquery-dimensions]
476-
can be used for measure composition.
476+
can be used for measure composition. [Multi-stage calculations][ref-multi-stage-calculations]
477+
enable data modeling of more sophisticated measures.
477478
478479
<ReferenceBox>
479480
@@ -813,4 +814,5 @@ See the reference documentaton for the full list of pre-aggregation
813814
[ref-proxy-granularity]: /product/data-modeling/concepts/calculated-members#time-dimension-granularity
814815
[ref-mls]: /product/auth/member-level-security
815816
[ref-ref-hierarchies]: /reference/data-model/hierarchies
816-
[ref-ref-folders]: /reference/data-model/view#folders
817+
[ref-ref-folders]: /reference/data-model/view#folders
818+
[ref-multi-stage-calculations]: /product/data-modeling/concepts/multi-stage-calculations

docs/pages/product/data-modeling/concepts/_meta.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
"calculated-members": "Calculated members",
3+
"multi-stage-calculations": "Multi-stage calculations",
34
"code-reusability-extending-cubes": "Extension",
45
"polymorphic-cubes": "Polymorphic cubes",
56
"data-blending": "Data blending",

0 commit comments

Comments
 (0)