File tree Expand file tree Collapse file tree 4 files changed +43
-9
lines changed
docs/docs-new/pages/product/configuration Expand file tree Collapse file tree 4 files changed +43
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = {
1212 "ksqldb" : "ksqlDB" ,
1313 "materialize" : "Materialize" ,
1414 "mongodb" : "MongoDB" ,
15- "ms-sql" : "Microsoft SQL Server" ,
15+ "ms-sql" : "MS SQL Server" ,
1616 "mysql" : "MySQL" ,
1717 "oracle" : "Oracle" ,
1818 "postgres" : "Postgres" ,
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ "appsmith" : "Appsmith" ,
3+ "bubble" : "Bubble" ,
4+ "budibase" : "Budibase" ,
5+ "deepnote" : "Deepnote" ,
6+ "delphi" : "Delphi" ,
7+ "hex" : "Hex" ,
8+ "jupyter" : "Jupyter" ,
9+ "langchain" : "LangChain" ,
10+ "metabase" : "Metabase" ,
11+ "observable" : "Observable" ,
12+ "powerbi" : "Power BI" ,
13+ "retool" : "Retool" ,
14+ "streamlit" : "Streamlit" ,
15+ "superset" : "Superset / Preset" ,
16+ "tableau" : "Tableau" ,
17+ "thoughtspot" : "Thoughtspot"
18+ }
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ redirect_from:
55
66# PowerBI
77
8- <WarningBox heading = { ` Power BI support is in preview ` } >
9-
10- Power BI support is in preview, not all features and requests may work at this
11- point.
12-
13- </WarningBox >
14-
158You can connect to Cube from Power BI, interactive data visualization software
169product developed by Microsoft, using the [ Cube SQL API] [ ref-sql-api ] .
1710
@@ -45,7 +38,16 @@ CUBEJS_SQL_PASSWORD=mypassword
4538
4639## Connecting from Power BI
4740
48- Power BI connects to Cube as to a Postgres database.
41+ Power BI connects to Cube as to a Postgres database using the
42+ [ DirectQuery] [ link-powerbi-directquery ] connectivity mode.
43+
44+ <InfoBox >
45+
46+ It's not recommended to import data into Power BI when connecting to Cube;
47+ choose DirectQuery instead. Use [ pre-aggregations] [ ref-pre-aggs ] to improve
48+ querying performance and manage data freshness upstream of Power BI.
49+
50+ </InfoBox >
4951
5052## Querying data
5153
@@ -54,3 +56,6 @@ are columns.
5456
5557[ ref-getting-started ] : /product/getting-started/cloud
5658[ ref-sql-api ] : /product/apis-integrations/sql-api
59+ [ ref-pre-aggs ] : /product/caching/using-pre-aggregations
60+
61+ [ link-powerbi-directquery ] : https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery
Original file line number Diff line number Diff line change 4848 src = " https://cubedev-blog-images.s3.us-east-2.amazonaws.com/dc025b24-674f-4f32-ac44-421d546ee676.GIF"
4949/>
5050
51+ <InfoBox >
52+
53+ It's not recommended to use [ Tableau extracts] [ link-tableau-extracts ] when
54+ connecting to Cube. Use [ pre-aggregations] [ ref-pre-aggs ] to improve querying
55+ performance and manage data freshness upstream of Tableau.
56+
57+ </InfoBox >
58+
5159## Querying data
5260
5361Your cubes will be exposed as tables, where both your measures and dimensions
@@ -60,3 +68,6 @@ are columns.
6068
6169[ ref-getting-started ] : /product/getting-started/cloud
6270[ ref-sql-api ] : /product/apis-integrations/sql-api
71+ [ ref-pre-aggs ] : /product/caching/using-pre-aggregations
72+
73+ [ link-tableau-extracts ] : https://help.tableau.com/current/pro/desktop/en-us/extracting_data.htm
You can’t perform that action at this time.
0 commit comments