I have 3 csv data sets. I want to create an OLAP cube so that it creates a schema joining all the 3 data sets. How can we do it in Azure? Can we use Azure data lake for this?
Asked
Active
Viewed 1,960 times
1 Answers
0
In Azure, data held in OLTP systems such as Azure SQL Database is copied into the OLAP system, such as Azure Analysis Services.
In Azure, all of the following data stores will meet the core requirements for OLAP:
- SQL Server with Columnstore indexes
- Azure Analysis Services SQL
- Server Analysis Services (SSAS)
For more details, refer “OLAP in Azure” and "Defining and Deploying a Cube".
Hope this helps.

CHEEKATLAPRADEEP
- 12,191
- 1
- 19
- 42