Available on Enterprise plan.
Configuration
Cube for Excel uses the SQL API internally. So, the SQL API has to be enabled in the Cube Cloud deployment settings.Installation
You have to install Cube for Excel into your Microsoft 365 organization. To do so, navigate to its page in the Microsoft AppSource and click Get it now:Cube for Excel (add-in) and click Add:
Authentication
You need to authenticate Cube for Excel to retrieve data from Cube Cloud. To do so, open the sidebar by clicking on the Cube Cloud button in the Home ribbon. Then, click Sign in.Access Granted message, close the modal window.
If you want to revoke the authentication, open the add-in menu and click
Sign out.
Create explorations via pivot table
To create an exploration, open the add-in and click Create exploration. Then, select a Cube Cloud 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 Excel 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, or Measures. You can also drag
members between zones to rearrange them. Click on the funnel buttons to add
members to Filters. 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]