VOOZH about

URL: https://www.cdata.com/kb/tech/salesforce-odbc-ssas-tabular.rst

⇱ Create SSAS Tabular Models from Salesforce Data


Create SSAS Tabular Models from Salesforce Data

πŸ‘ Dibyendu Datta
Dibyendu Datta
Lead Technology Evangelist
How to build a SQL Server Analysis Service Tabular Model from Salesforce data using CData drivers.

SQL Server Analysis Services (SSAS) is an analytical data engine used in decision support and business analytics. It provides enterprise-grade semantic data models for business reports and client applications, such as Power BI, Excel, Reporting Services reports, and other data visualization tools. When paired with the CData ODBC Driver for Salesforce, you can create a tabular model from Salesforce data for deeper and faster data analysis.

Create a Connection to Salesforce Data

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

There are several authentication methods available for connecting to Salesforce: OAuth, Login (or basic), and SSO. The Login method requires you to have the username, password, and security token of the user.

OAuth Authentication (default)

The default authentication mechanism (and the one preferred by Salesforce) is OAuth. To use OAuth with CData's embedded OAuth application, leave the connection properties blank. If you have configured your own custom OAuth application with Salesforce (see the Help documentation for more information), set OAuthClientId, OAuthClientSecret, and CallbackURL to the properties for you application. Set InitiateOAuth to the desired OAuth flow ("GETANDREFRESH" will have the connector manage the entire OAuth flow).

Login (or Basic) Authentication

If you do not wish do not wish to use OAuth authentication, you can use Login (or basic) authentication. Set AuthScheme to Basic, and set the User, Password, and SecurityToken properties. You can configure your security token in Salesforce.

SSO (single sign-on) Authentication

SSO (single sign-on) can be used by setting the SSOProperties, SSOLoginUrl, and SSOExchangeURL connection properties, which allow you to authenticate to an identity provider. See the "Getting Started" chapter in the Help documentation for more information.

Multi-Factor Authentication (MFA)

If your Salesforce org has MFA enforcement enabled, set MFACode to the time-based one-time passcode (TOTP) generated by your authenticator app (such as Salesforce Authenticator or Google Authenticator). MFACode applies to both OAuth and Login authentication flows.

About Salesforce Data Integration

Accessing and integrating live data from Salesforce has never been easier with CData. Customers rely on CData connectivity to:

  • Access to custom entities and fields means Salesforce users get access to all of Salesforce.
  • Create atomic and batch update operations.
  • Read, write, update, and delete their Salesforce data.
  • Leverage the latest Salesforce features and functionalities with support for SOAP API versions 30.0.
  • See improved performance based on SOQL support to push complex queries down to Salesforce servers.
  • Use SQL stored procedures to perform actions like creating, retrieving, aborting, and deleting jobs, uploading and downloading attachments and documents, and more.

Users frequently integrate Salesforce data with:

  • other ERPs, marketing automation, HCMs, and more.
  • preferred data tools like Power BI, Tableau, Looker, and more.
  • databases and data warehouses.

For more information on how CData solutions work with Salesforce, check out our Salesforce integration page.


Getting Started


Creating a Data Source for Salesforce

Start by creating a new Analysis Services Tabular Project in Visual Studio. Ensure that you select a Compatibility Level of 1400 or higher in the Tabular model designer dialog. Next create a Data Source for Salesforce in the project.

  1. In the Tabular Model Explorer, right-click Data Sources and select "New Data Source"
  2. Select "ODBC" from the Other tab and click "Connect" πŸ‘ Selecting ODBC as the connector
  3. Select the DSN you previously configured πŸ‘ Selecting the DSN (Salesforce is shown)
  4. Choose "Default or Custom" as the authentication option and click "Connect" πŸ‘ Connecting to the DSN (Salesforce is shown)

Add Tables & Relationships

After creating the data source you are ready to import tables and define the relationships between the tables.

  1. Right-click the new data source, click "Import New Tables" and select the tables to import πŸ‘ Importing the tables (Salesforce is shown)
  2. After importing the tables, right-click "Relationships" and click "Create Relationships"
  3. Select table(s), and choose the foreign keys, cardinality, and filter direction πŸ‘ Configuring relationships between tables (Salesforce is shown)

Create Measures

After importing the tables and defining the relationships, you are ready to create measures.

  1. Select the column in the table for which you wish to create a measure
  2. In the Extensions menu -> click "Columns" -> "AutoSum" and select your aggregation method πŸ‘ Creating measures (Salesforce is shown)

Deploy the Model

Once you create measures, you are ready to deploy the model. Configure the target server and database by right-clicking the project found in the Solution Explorer and selecting "Properties." Configure the "Deployment Server" properties and click "OK."

πŸ‘ Configuring the deployment database

After configuring the deployment server, open the "Build" menu and click "Deploy Solution." You now have a tabular model for Salesforce data in your SSAS instance, ready to be analyzed, reported, and viewed. Get started with a free, 30-day trial of the CData ODBC Driver for Salesforce.

Ready to get started?

Download a free trial of the Salesforce ODBC Driver to get started:

 Download Now

Learn more:

πŸ‘ Salesforce Icon
Salesforce ODBC Driver

The Salesforce ODBC Driver is a powerful tool that allows you to connect with live Salesforce account data, directly from any applications that support ODBC connectivity.

Access Salesforce data like you would a database - read, write, and update Leads, Contacts, Opportunities, Accounts, etc. through a standard ODBC Driver interface.