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
* When implementing internal or self-serve [business intelligence][cube-issbi] use
27
-
case, pick the [SQL API][ref-sql-api] and [Semantic Layer Sync][ref-sls]. The
28
-
SQL API allows querying Cube with a Postgres-compatible [dialect of
29
-
SQL][ref-sql-syntax], either by writing queries manually or generating them with
30
-
BI tools.
26
+
* To connect to [Microsoft Power BI][ref-powerbi], use the [DAX API][ref-dax-api].
31
27
32
-
* To connect to Microsoft Excel, use the [MDX API][ref-mdx-api]. To connect to
33
-
Google Sheets, use [Cube Cloud for Sheets][ref-cube-cloud-for-sheets].
28
+
* To connect to [Microsoft Excel][ref-excel], use either the [MDX API][ref-mdx-api]
29
+
or [Cube Cloud for Excel][ref-cube-cloud-for-excel].
34
30
35
-
* When implementing [embedded analytics][cube-ea] and [real-time
36
-
analytics][cube-rta] use cases, pick [REST API][ref-rest-api] or [GraphQL
37
-
API][ref-graphql-api]. Also, the [JavaScript SDK][ref-js-sdk] will simplify
38
-
integration with your front-end code. The REST API uses a [JSON-based query
39
-
format][ref-json-syntax], and the GraphQL API accepts [GraphQL
40
-
queries][ref-graphql-syntax].
31
+
* To connect to [Google Sheets][ref-sheets], use [Cube Cloud for Sheets][ref-cube-cloud-for-sheets].
41
32
42
-
* For AI use cases, consider using the [AI API][ref-ai-api].
33
+
* For internal or self-serve [business intelligence][cube-issbi], use
34
+
[Semantic Layer Sync][ref-sls] in case it supports your BI tools.
35
+
Otherwise, connect via the [SQL API][ref-sql-api] directly.
36
+
37
+
* For [embedded analytics][cube-ea] and [real-time analytics][cube-rta], use
38
+
[REST API][ref-rest-api] or [GraphQL API][ref-graphql-api]. When using the REST API,
39
+
the [JavaScript SDK][ref-js-sdk] can simplify integration with your front-end code.
40
+
41
+
* For AI use cases, use the [AI API][ref-ai-api].
43
42
44
43
<ReferenceBox>
45
44
@@ -53,21 +52,21 @@ for an unofficial, community-maintained [client library for Python](https://gith
53
52
Support for data modeling features differ across APIs, integrations, and [visualization
54
53
tools][ref-viz-tools]. Some of the features with partial support are listed below:
55
54
56
-
| Feature | Supported in | Not supported in |
55
+
| Feature |✅ Supported in | ❌ Not supported in |
57
56
| --- | --- | --- |
58
-
|[Hierarchies][ref-hierarchies]|✅ [Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]<br/>✅ Cube Cloud for Excel<br/>✅ [Cube Cloud for Sheets][ref-cube-cloud-for-sheets]| ❌ All other tools |
59
-
|[Folders][ref-folders]|✅ [Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]<br/>✅ Cube Cloud for Excel<br/>✅ [Cube Cloud for Sheets][ref-cube-cloud-for-sheets]| ❌ All other tools |
57
+
|[Hierarchies][ref-hierarchies]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]| All other tools |
58
+
|[Folders][ref-folders]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]| All other tools |
60
59
61
60
### Authentication methods
62
61
63
62
Support for authentication methods differ across APIs, integrations, and [visualization
64
63
tools][ref-viz-tools]:
65
64
66
-
| Method | Supported in |
65
+
| Method |✅ Supported in |
67
66
| --- | --- |
68
-
|[User name and password][ref-auth-user-pass]|✅ [SQL API][ref-sql-api] and [Semantic Layer Sync][ref-sls]<br/>✅ [MDX API][ref-mdx-api]|
69
-
|[Identity provider][ref-auth-idp]|✅ Cube Cloud for Excel<br/>✅ [Cube Cloud for Sheets][ref-cube-cloud-for-sheets]|
|[User name and password][ref-auth-user-pass]|[DAX API][ref-dax-api]<br/>[MDX API][ref-mdx-api]<br/>[Semantic Layer Sync][ref-sls]<br/>[SQL API][ref-sql-api]|
68
+
|[Identity provider][ref-auth-idp]|[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]|
0 commit comments