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

Update excel.mdx #9011

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions docs/pages/product/configuration/visualization-tools/excel.mdx
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# Microsoft Excel

[Microsoft Excel](https://www.microsoft.com/en-us/microsoft-365/excel) is a
popular spreadsheet application.
popular spreadsheet application available for Windows, Mac, and web.

Cube Cloud's MDX API allows Excel for Windows to connect to Cube via an Analysis Services connection, which was previously restricted to SSAS Cubes and Tabular Models.

<InfoBox>

Please note that the MDX API is only available on the Cube Cloud Enterprise tier and is compatible with Excel for Windows only.

</InfoBox>

## Connect from Cube Cloud

Cube Cloud provides the [MDX API][ref-mdx-api] for Excel.
Cube Cloud provides the [MDX API][ref-mdx-api] for Excel for Windows.

Navigate to the [Integrations](/product/workspace/integrations#connect-specific-tools)
page, click <Btn>Connect to Cube</Btn>, and choose <Btn>Microsoft Excel</Btn> to get
detailed instructions.

<InfoBox>

There's no way to connect a Cube Core deployment to Excel.

</InfoBox>

## Connecting from Excel

In Excel, go to the <Btn>Data</Btn> tab of the ribbon, click <Btn>Get Data</Btn>
In Excel for Windows, go to the <Btn>Data</Btn> tab of the ribbon, click <Btn>Get Data</Btn>
and select <Btn>From Database → From Analysis Services</Btn>.

For additional configuration options, check the [MDX API][ref-mdx-api] page.
Expand Down