Back to Devexpress

Create an OLAP Data Source

dashboard-401402-web-dashboard-create-dashboards-on-the-web-providing-data-create-a-new-data-source-specify-data-source-settings-olap.md

latest2.5 KB
Original Source

Create an OLAP Data Source

  • Jan 05, 2026
  • 2 minutes to read

Prerequisites

  1. Register a data connection string provider.

  2. The ASP.NET Core Dashboard control supports the following data providers in OLAP mode:

Use the OlapDataProvider property to specify the data provider.

To use the ADOMD.NET data provider, install the Microsoft.AnalysisServices.AdomdClient NuGet package.

Select a Data Connection

The Choose a data connection page appears if you select OLAP on the start page. Select an existing connection from the list.

For information on how to register data connections in your application, refer to the following help topics:

Click Finish to create an OLAP data source.

API

The OLAP wizard page is identified by the following API:

Page NamePage IDClass
Choose Connection (OLAP)OlapDataSourceWizardPageId.ChooseConnectionPageDashboardChooseOlapConnectionStringPage

See Also

Connect to a Database

Create a JSON Data Source

Create a Federated Data Source