Microsoft Fabric
Microsoft Fabric is an all-in-one analytics solution for enterprises. It offers a comprehensive suite of services, including a data warehouse.
Microsoft Fabric support is available in Cube Cloud on the Enterprise Premier product tier. Contact us for details.
Setup
When creating a new deployment in Cube Cloud, at the step, choose .
Then, provide the connection string in the following
format. See below for tips on filling in <SERVER_NAME>, <DATABASE_NAME>,
<AUTH_TYPE>, <USER_NAME>, and <PASSWORD>.
jdbc:sqlserver://;serverName=<SERVER_NAME>.datawarehouse.pbidedicated.windows.net;database=<DATABASE_NAME>;encrypt=true;Authentication=<AUTH_TYPE>;UserName=<USER_NAME>;Password=<PASSWORD>Optionally, fill in if you’d like to override the database name from the JDBC URL.
Server and database name
To obtain your data warehouse server name and database name, navigate to your data warehouse in Microsoft Fabric and click on the cog icon to open :
On the page, you can find the database name (<DATABASE_NAME>)
under and the server name (<SERVER_NAME>) under
:
Authentication
Microsoft Fabric supports two authentication types :
- Use
ActiveDirectoryPasswordas<AUTH_TYPE>to connect using a Microsoft Entra principal name and password. Provide principal name as<USER_NAME>and password as<PASSWORD>. - Use
ActiveDirectoryServicePrincipalas<AUTH_TYPE>to connect using the client ID and secret of a service principal identity. Provide client ID as<USER_NAME>and secet as<PASSWORD>.
Pre-Aggregation Feature Support
count_distinct_approx
Measures of type
count_distinct_approx can
not be used in pre-aggregations when using Microsoft Fabric as a source
database.
Pre-Aggregation Build Strategies
To learn more about pre-aggregation build strategies, head here.
| Feature | Works with read-only mode? | Is default? |
|---|---|---|
| Simple | ✅ | ✅ |
| Batching | - | - |
| Export Bucket | - | - |
By default, Microsoft Fabric uses a simple strategy to build pre-aggregations.
Simple
No extra configuration is required to configure simple pre-aggregation builds for Microsoft Fabric.
Batching
Microsoft Fabric does not support batching.
Export Bucket
Microsoft Fabric does not support export buckets.
Was this page useful?