Create SSAS Tabular Models from QuickBooks Online Data



How to build a SQL Server Analysis Service Tabular Model from QuickBooks Online 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 QuickBooks Online, you can create a tabular model from QuickBooks Online data for deeper and faster data analysis.

Create a Connection to QuickBooks Online 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.

QuickBooks Online uses the OAuth authentication standard. OAuth requires the authenticating user to log in through the browser. To authenticate using OAuth, you can use the embedded OAuthClientId, OAuthClientSecret, and CallbackURL or you can obtain your own by registering an app with Intuit. Additionally, if you want to connect to sandbox data, set UseSandbox to true.

See the Getting Started chapter of the help documentation for a guide to using OAuth.

About QuickBooks Online Data Integration

CData provides the easiest way to access and integrate live data from QuickBooks Online. Customers use CData connectivity to:

  • Realize high-performance data reads thanks to push-down query optimization for complex operations like filters and aggregations.
  • Read, write, update, and delete QuickBooks Online data.
  • Run reports, download attachments, and send or void invoices directly from code using SQL stored procedures.
  • Connect securely using OAuth and modern cryptography, including TLS 1.2, SHA-256, and ECC.

Many users access live QuickBooks Online data from preferred analytics tools like Power BI and Excel, directly from databases with federated access, and use CData solutions to easily integrate QuickBooks Online data with automated workflows for business-to-business communications.

For more information on how customers are solving problems with CData's QuickBooks Online solutions, refer to our blog: https://www.cdata.com/blog/360-view-of-your-customers.


Getting Started


Creating a Data Source for QuickBooks Online

Start by creating a new Analysis Services Tabular Project in Visual Studio. Next create a Data Source for QuickBooks Online 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"
  3. Select the DSN you previously configured
  4. Choose "Default or Custom" as the authentication option and click "Connect"

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
  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

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

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."

After configuring the deployment server, open the "Build" menu and click "Deploy Solution." You now have a tabular model for QuickBooks Online 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 QuickBooks Online.

Ready to get started?

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

 Download Now

Learn more:

QuickBooks Online Icon QuickBooks Online ODBC Driver

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

Access QuickBooks Online data like you would a database - read, write, and update Customers, Transactions, Invoices, Sales Receipts, etc. through a standard ODBC Driver interface.