![]() |
VOOZH | about |
Tableau Server is a visual analytics platform transforming the way businesses use data to solve problems. When paired with the CData JDBC Driver for SQL Analysis Services, you get access to live SQL Analysis Services data within Tableau Server. This article shows how to connect to SQL Analysis Services in Tableau Desktop, publish a Data Source to Tableau Server, and build a simple chart from that data.
The CData JDBC Driver enables high-speed access to live SQL Analysis Services data in Tableau Server. Once you install the driver, you simply authenticate with SQL Analysis Services and you can immediately start building responsive, dynamic visualizations and dashboards. By surfacing SQL Analysis Services data using native Tableau data types and handling complex filters, aggregations, & other operations automatically, CData JDBC Driver grants seamless access to SQL Analysis Services data.
Start by installing the CData JDBC Driver on the machine hosting Tableau Server.
If your server is a Linux Machine:
If your server is a Windows Machine:
Next, install the CData JDBC Driver on the machine running Tableau Desktop. Before starting Tableau on Windows, make sure that you have placed the .jar file in the C:\Program Files\Tableau\Drivers folder. Before starting Tableau on macOS, make sure that you have placed the .jar file in the ~/Library/Tableau/Drivers folder.
Once the driver is installed on the Server machine, we can configure a connection to SQL Analysis Services in Tableau Desktop and publish a SQL Analysis Services-based Data Source to Tableau Server.
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.
Set AuthScheme to "Basic" or "Digest" and set User and Password. Specify other authentication values in CustomHeaders.
Set the Windows User and Password and set AuthScheme to "NTLM".
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.
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.
Once you establish the connection to SQL Analysis Services data, you can configure which entities to visualize.
After you configure the data you wish to visualize, you can publish the Data Source to a Tableau Server instance. In Tableau Desktop:
This creates a new entry under the server's data source list, from which you an change the data source's permissions, view its history, and perform other management tasks.
๐ Data Source EntryNote that workstation connected to the same server will be able to use the same source in Tableau Desktop, even if the driver isn't installed there. Also, workbooks created directly on Tableau Server (via the web interface) can use this source.
With the Data Source published to Tableau Server, you are ready to visualize SQL Analysis Services data.
Using the CData JDBC Driver for SQL Analysis Services with Tableau Server, you can easily create robust visualizations and reports on SQL Analysis Services data. Download a free, 30-day trial and get started today.
Download a free trial of the SQL Analysis Services Driver to get started:
Download NowLearn more:
๐ SQL Server Analysis Services IconRapidly create and deploy powerful Java applications that integrate with SQL Analysis Services.