Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 884 Bytes

File metadata and controls

22 lines (14 loc) · 884 Bytes

Syncfusion Pivot Table with SSAS Tabular Model in JavaScript

This project demonstrates how to use the Syncfusion JavaScript Pivot Table integrated with an SSAS Tabular Model.

Prerequisites

Ensure you have the following installed:

  • Visual Studio Code
  • A web browser

How to Run the Application

  1. Open the project in Visual Studio Code.

  2. Update the dataSourceSettings in the index.js file:

    • Replace url with your SSAS server endpoint.
    • Replace catalog with your SSAS database name.
    • Replace cube with your Tabular model name.
  3. Open index.html in your web browser.

This will display the Syncfusion JavaScript (ES5) Pivot Table component with the SSAS Tabular Model in JavaScript.