We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →Build an OLAP Cube in SSAS from QuickBooks Online Data
Establish a connection to QuickBooks Online data data from SQL Server Analysis Services, and use the QuickBooks Online Data Provider to build OLAP cubes for use in analytics and reporting.
SQL Server Analysis Services (SSAS) serves as an analytical data engine employed in decision support and business analytics, offering high-level semantic data models for business reports and client applications like Power BI, Excel, Reporting Services reports, and various data visualization tools. When coupled with the CData ADO.NET Provider for QuickBooks Online, you gain the capability to generate cubes from QuickBooks Online data, facilitating more profound and efficient data analysis.
In this article, we will guide you through the process of developing and deploying a multi-dimensional model of QuickBooks Online data by creating an Analysis Services project in Visual Studio. To proceed, ensure that you have an accessible SSAS instance and have installed the ADO.NET Provider.
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 Service Multidimensional and Data Mining Project in Visual Studio. Next, create a Data Source for QuickBooks Online data in the project.
- In the Solution Explorer, right-click Data Source and select New Data Source.
- Opt to create a data source based on an existing or new connection and click New.
- In the Connection Manager, select CData ADO.NET Provider for QuickBooks Online, enter the necessary connection properties, and click Next.
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.
When you configure the connection, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
- Set the impersonation method to Inherit and click Next.
- Name the data source (CData QuickBooks Online Source) and click Finish.
Creating a Data Source View
After you create the data source, create the data source view.
- In the Solution Explorer, right-click Data Source Views and select New Data Source View.
- Select the data source you just created (CData QuickBooks Online Source) and click Next.
- Choose a foreign key match pattern that matches your underlying data source and click Next.
- Select QuickBooks Online tables to add to the view and click Next.
- Name the view and click Finish
Based on the foreign key match scheme, relationships in the underlying data will be automatically detected. You can view (and edit) these relationships by double clicking Data Source View.
Note that adding a secondary data source to the Data Source View is not supported. When working with multiple data sources, SSAS requires both sources to support remote queries via OpenRowset which is unavailable in the ADO.NET Provider.
Creating a Cube for QuickBooks Online
The last step before you can process the project and deploy QuickBooks Online data to SSAS is creating the cubes.
- In the Solution Explorer, right-click Cubes and select New Cube
- Select "Use existing tables" and click Next.
- Select the tables that will be used for measure group tables and click Next.
- Select the measures you want to include in the cube and click Next.
- Select the dimensions to be created, based on the available tables, and click Next.
- Review all of your selections and click Finish.
Process the Project
With the data source, data source view, and cube created, you are ready to deploy the cube to SSAS. To configure the target server and database, right-click the project and select properties. Navigate to deployment and configure the Server and Database properties in the Target section.
After configuring the target server and database, right-click the project and select Process. You may need to build and deploy the project as a part of this step. Once the project is built and deployed, click Run in the Process Database wizard.
Now you have an OLAP cube 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 ADO.NET Provider for QuickBooks Online.