Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Create SSAS Tabular Models from Adobe Commerce Data
How to build a SQL Server Analysis Service Tabular Model from Adobe Commerce 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 Adobe Commerce, you can create a tabular model from Adobe Commerce data for deeper and faster data analysis.
Create a Connection to Adobe Commerce 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.
Adobe Commerce uses the OAuth 1 authentication standard. To connect to the Adobe Commerce REST API, you will need to obtain values for the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties by registering an app with your Adobe Commerce system. See the "Getting Started" section in the help documentation for a guide to obtaining the OAuth values and connecting.
You will also need to provide the URL to your Adobe Commerce system. The URL depends on whether you are using the Adobe Commerce REST API as a customer or administrator.
Customer: To use Adobe Commerce as a customer, make sure you have created a customer account in the Adobe Commerce homepage. To do so, click Account -> Register. You can then set the URL connection property to the endpoint of your Adobe Commerce system.
Administrator: To access Adobe Commerce as an administrator, set CustomAdminPath instead. This value can be obtained in the Advanced settings in the Admin menu, which can be accessed by selecting System -> Configuration -> Advanced -> Admin -> Admin Base URL.
If the Use Custom Admin Path setting on this page is set to YES, the value is inside the Custom Admin Path text box; otherwise, set the CustomAdminPath connection property to the default value, which is "admin".
Creating a Data Source for Adobe Commerce
Start by creating a new Analysis Services Tabular Project in Visual Studio. Next create a Data Source for Adobe Commerce in the project.
- In the Tabular Model Explorer, right-click Data Sources and select "New Data Source"
- Select "ODBC" from the Other tab and click "Connect"
- Select the DSN you previously configured
- 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.
- Right-click the new data source, click "Import New Tables" and select the tables to import
- After importing the tables, right-click "Relationships" and click "Create Relationships"
- 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.
- Select the column in the table for which you wish to create a measure
- 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 Adobe Commerce 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 Adobe Commerce.