This project demonstrates how to use the Syncfusion JavaScript Pivot Table integrated with an SSAS Tabular Model.
Ensure you have the following installed:
- Visual Studio Code
- A web browser
-
Open the project in Visual Studio Code.
-
Update the
dataSourceSettingsin theindex.jsfile:- Replace
urlwith your SSAS server endpoint. - Replace
catalogwith your SSAS database name. - Replace
cubewith your Tabular model name.
- Replace
-
Open
index.htmlin your web browser.
This will display the Syncfusion JavaScript (ES5) Pivot Table component with the SSAS Tabular Model in JavaScript.