You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cube supports rolling_window measures that enable a lot of non-trivial calculations such as period-over-period changes. Currently, it requires a query to have a time dimension with a defined date range. We would like to lift that requirement and let such measures work even if the date range is not set.