Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Import SQL Analysis Services Data into the Power BI Service for Visualizations
Use CData Connect Server to create an OData feed for SQL Analysis Services and create custom reports in the Power BI Service.
Power BI transforms your company's data into rich visuals for you to collect and organize so you can focus on what matters to you. When paired with CData Connect Server, you get access to SQL Analysis Services data for visualizations, dashboards, and more. This article shows how to use the CData Connect Server to generate an OData feed for SQL Analysis Services, import SQL Analysis Services data into Power BI and then create reports on SQL Analysis Services data in the Power BI service.
NOTE: You can also use the on-premise data gateway and the SQL interface in Connect Server to connect to SQL Analysis Services data in real-time (instead of importing the data). Read how in the related Knowledge Base article.
Create a Virtual SQL Database for SQL Analysis Services Data
CData Connect Server uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
- Login to Connect Server and click Connections.
- Select "SQL Analysis Services" from Available Data Sources.
-
Enter the necessary authentication properties to connect to SQL Analysis Services.
To connect, provide authentication and set the Url property to a valid SQL Server Analysis Services endpoint. You can connect to SQL Server Analysis Services instances hosted over HTTP with XMLA access. See the Microsoft documentation to configure HTTP access to SQL Server Analysis Services.
To secure connections and authenticate, set the corresponding connection properties, below. The data provider supports the major authentication schemes, including HTTP and Windows, as well as SSL/TLS.
-
HTTP Authentication
Set AuthScheme to "Basic" or "Digest" and set User and Password. Specify other authentication values in CustomHeaders.
-
Windows (NTLM)
Set the Windows User and Password and set AuthScheme to "NTLM".
-
Kerberos and Kerberos Delegation
To authenticate with Kerberos, set AuthScheme to NEGOTIATE. To use Kerberos delegation, set AuthScheme to KERBEROSDELEGATION. If needed, provide the User, Password, and KerberosSPN. By default, the data provider attempts to communicate with the SPN at the specified Url.
-
SSL/TLS:
By default, the data provider attempts to negotiate SSL/TLS by checking the server's certificate against the system's trusted certificate store. To specify another certificate, see the SSLServerCert property for the available formats.
You can then access any cube as a relational table: When you connect the data provider retrieves SSAS metadata and dynamically updates the table schemas. Instead of retrieving metadata every connection, you can set the CacheLocation property to automatically cache to a simple file-based store.
See the Getting Started section of the CData documentation, under Retrieving Analysis Services Data, to execute SQL-92 queries to the cubes.
-
HTTP Authentication
- Click Save Changes
- Click Privileges -> Add and add the new user (or an existing user) with the appropriate permissions.
Connecting to Connect Server from Power BI
To import and visualize your SQL Analysis Services data in the Power BI service, add a Connect Server API user, add SQL Analysis Services OData endpoints in Connect Server, and create & publish a dataset from Power BI Desktop to the service.
Add a Connect Server User
Create a User to connect to SQL Analysis Services from Power BI through Connect Server.
- Click Users -> Add
- Configure a User.
- Click Save Changes and make note of the Authtoken for the new user.
- Click Database and select the SQL Analysis Services virtual database.
- On the Privileges tab, add the newly created user (with at least SELECT permissions) and click Save Changes.
Publish a Dataset from Power BI Desktop
With the SQL Analysis Services connection configured in Connect Server, you can create a dataset in Power BI desktop using SQL Server connectivity and publish the dataset to the Power BI service.
- Open Power BI Desktop and click Get Data -> Other -> SQL Server and click "Connect"
- Set Server to the address and port of your CData Connect instance (localhost:8033 by default) and set Database to the name of the virtual database you just created (SSAS1)
- Use "Database" authentication, enter the credentials for a CData Connect user and click "Connect"
- Select tables in the Navigator dialog
- Click Load to import the data into Power BI
- Define any relationships between the selected entities on the Relationships tab.
- Click Publish (from the Home menu) and select a Workspace.
Build Reports and Dashboards on SQL Analysis Services Data in the Power BI Service
Now that you have published a dataset to the Power BI service, you can create new reports and dashboards based on the published data:
- Log in to PowerBI.com.
- Click Workspaces and select a workspace.
- Click Create and select Report.
- Select the published dataset for the report.
- Choose fields and visualizations to add to your report.
SQL Access to SQL Analysis Services Data from Applications
Now you have a direct connection to live SQL Analysis Services data from the Power BI service. You can create more data sources and new visualizations, build reports, and more — all without replicating SQL Analysis Services data.
To get SQL data access to 200+ SaaS, Big Data, and NoSQL sources directly from your applications, see the CData Connect Server.