Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-stage calculations #8486

Open
igorlukanin opened this issue Jul 17, 2024 · 0 comments
Open

Multi-stage calculations #8486

igorlukanin opened this issue Jul 17, 2024 · 0 comments

Comments

@igorlukanin
Copy link
Member

igorlukanin commented Jul 17, 2024

Cube provides rich data modeling capabilities and supports various use cases.

We would like to level up Cube's data modeling with the post-aggregation engine that would allow for further manipulations with already aggregated data, supporting more sophisticated analytics use cases or providing a way to express them in the data model in a streamlined way:

  • Period-to-date calculations, such as year-to-date (YTD), quarter-to-date (QTD), or month-to-date (MTD) analyses.
  • Differences or changes: finding the difference between two aggregated measures, like year-over-year sales growth.
  • Fixed vs. relative comparison, which are useful when you need to compare individual items to a broader dataset.
  • Ratio and percent of total calculations, calculations of ratios or percent totals that need specific control over the numerator and the denominator.
  • Segmentation and grouping, calculations of advanced segmentation or grouping that is independent of the view’s granularity.

It's currently planned for October 2024.

Out of scope:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants