Available on Premium and above plans.
Configuration
Cube for Sheets uses the SQL API internally. So, the SQL API has to be enabled in the Cube deployment settings.Installation
You have to install Cube for Sheets into your Google Workspace organization. To do so, navigate to its page in the Google Workspace Marketplace and click Install:Authentication
You need to authenticate Cube for Sheets to retrieve data from Cube. To do so, open the sidebar by going to the Extensions menu and choosing Cube Cloud for Sheets → Show Sidebar. Then, click Sign in.Access Granted message, close the modal window.
If you want to revoke the authentication, open the add-on menu and click
Sign out.
Create explorations via pivot table
To create an exploration, open the add-on and click Create exploration. Then, select a Cube deployment from the drop-down. Finally, you can start building a query by selecting a view and its members in the UI that looks and feels like Playground.Cube for Sheets works only with views, not cubes.
default_ui_filters, those
filters are pre-populated as soon as you select the view — the same way they
are in workbooks. They are a starting point, not enforcement: you can change
their values, switch operators, or remove them.
Click on members to add them to Rows and Measures, or drag a member from
the list straight onto Rows, Columns, Measures, or Filters. You
can also drag members between zones to rearrange them, or click the funnel
buttons to add members to Filters. A member dropped onto Filters has no
value yet, so it appears greyed until you set one in the Filters pane.
Click on × to remove members from a query.
Measure position and order
By default, measures nest under each value of the dimension they’re paired with — every measure for the first column value, then every measure for the next. Open the Display tab to change Measure position to Before columns to get the opposite layout: each measure spans every column value, with all values of one measure together before moving to the next. For example, withForecast Sales Units and Forecast Net Sales on Measures
and a season dimension on Columns:
- After columns (default):
Q1: [Sales Units, Net Sales] | Q2: [Sales Units, Net Sales] - Before columns:
Sales Units: [Q1, Q2] | Net Sales: [Q1, Q2]