Create SSAS Tabular Models from Vercel Data

Dibyendu Datta
Dibyendu Datta
Lead Technology Evangelist
How to build a SQL Server Analysis Service Tabular Model from Vercel 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 API Driver for ODBC, you can create a tabular model from Vercel data for deeper and faster data analysis.

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

Using API Key Authentication

Vercel uses Bearer token authentication. You can use either a personal access token or an OAuth access token as the API key.

To obtain a personal access token:

  1. Log into your Vercel account at https://vercel.com/
  2. Navigate to Account Settings > Tokens.
  3. Click Create Token, enter a name and expiration, and click Create.
  4. Copy the generated token (it will only be shown once).

After obtaining your token, set the following connection properties:

  • AuthScheme: Set this to APIKey.
  • APIKey: Set this to your Vercel personal access token or OAuth access token.

Example Connection String

Profile=C:\profiles\Vercel.apip;AuthScheme=APIKey;APIKey=your_access_token;

Working with Teams

Many Vercel resources are scoped to a team. To scope all requests to a specific team, set the TeamId connection property to your team's ID. You can find your team ID by querying the Teams table or from the Vercel dashboard. Alternatively, you can specify TeamId in your SQL queries using the WHERE clause where supported.

Connecting to Vercel

Once the authentication is configured, you can connect to Vercel and query data from any of the available tables such as Projects, Deployments, Teams, and Domains.

Creating a Data Source for Vercel

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 Vercel 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 Vercel data in your SSAS instance, ready to be analyzed, reported, and viewed. Get started with a free, 30-day trial of the CData API Driver for ODBC.

Ready to get started?

Connect to live data from Vercel with the API Driver

Connect to Vercel