MDX Cubes to Azure

MS Techie 2,676 Reputation points
2021-03-23T11:20:37.47+00:00

We are planning to move on-prem SQL MDX Cubes to Azure. What options do we have in Azure as equivalent in Azure. I heard that Azure Analysis Services does not support MDX Cubes.

Please help

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
437 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,244 questions
0 comments No comments
{count} votes

Accepted answer
  1. Samara Soucy - MSFT 5,051 Reputation points
    2021-03-23T14:19:31.353+00:00

    You are correct- Azure Analysis Services only supports tabular models.

    The best option for migrating MDX cubes at this time is going to be to use an Azure VM running SQL Server. There are several prebuilt images to start from, which ensures that the VM is configured properly to run SQL Server and allows for flexibility in your licensing model. If you want to build your own VM image, then adding the SQL Server IaaS Agent extension will unlock those tools- there is no cost for running the extension itself.

    If your existing licenses include a hybrid benefit, you can make use of those licenses within Azure. If you don't have an existing license you would like to use, then you also have the option of using a pay-as-you-go model that bundles the cost of the license along with the VM in a per-second pricing model.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Lukas Yu -MSFT 5,816 Reputation points
    2021-03-24T01:30:32.83+00:00

    Hi,

    As @Samara Soucy - MSFT said, currently there is no PaaS Multidimensional SSAS model on Azure. If you have to use Multidimensional Cube, you'd need to have an Azure VM to host it.

    You could also help to vote the ideal in SQL Feedback : Support for multidimensional models You voice is highly valued! :)

    Regards,
    Lukas

    0 comments No comments