I am trying to migrate a multidimensional database (OLAP data cube) from SQL Server Analysis Services to Azure Analysis Services. To my surprise, I found at https://learn.microsoft.com/en-us/azure/analysis-services/analysis-services-overview that "Multidimensional models and PowerPivot for SharePoint are not supported in Azure Analysis Services." Why is it that Microsoft is not supporting multidimensional models in Azure Analysis Services? I have never used tabular models but I imagine my option would be to make a conversion of my OLAP data cube, into an equivalent tabular model. Is there any other alternative to deploy OLAP data cubes in the cloud on Azure technologies?
Why are multidimensional models not supported in Azure Analysis Services?
729 Views Asked by Jaime Montoya At
2
There are 2 best solutions below
3
David Browne - Microsoft
On
Is there any other alternative to deploy OLAP data cubes in the cloud on Azure technologies?
You can always run SSAS on Azure VMs. There's a Marketplace image for it here:
Azure Marketplace - SQL Server 2022 Analysis Services
With this solution you can choose your own storage configuration, which is more important in Multdimensional than it is in Tabular.
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in SSAS
- How can I connect to a local SSAS (OLAP) server from Python?
- Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64 not working on windows server
- SSAS Error. An unexpected error occurred: "A call to a COM component returned an error in the format HRESULT E_FAIL."
- After copying the SSAS cube and SSIS packages there is processing problem
- Connect an on-prem SQL Server Analysis Server Tabular Model with Azure Data Factory
- Power BI composite/dual mode - SQL DB + SSAS MOLAP
- How to get data in sematic model in power bi premium from SSAS?
- Programmatically get relational database source for SSAS objects across compatibility levels
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- SSAS Tabular deployment issue
- Performance difference depending on attribute order when using SSAS for data import in Excel pivot table
- Executing queries against PowerBI / SSAS using the Microsoft.AnalysisServices.Tabular library in Python?
- Filtering OLAP Pivot Table based on dates
- SSAS Cube Hierarchy Collapsing within Excel with sub values
- My SQL Server Analysis services won't switch from tabular to multidimensional
Related Questions in OLAP
- OLAP Cube process error (A connection could not be made to the data source with the DataSourceID of 'Example_SQL', Name of 'ExampleSQL'.)
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- Why some of existing user not able to see newly added DB in clickhouse
- Filtering OLAP Pivot Table based on dates
- My SQL Server Analysis services won't switch from tabular to multidimensional
- Aggregating Members calculated with IIF / CurrentMember conditions
- markUsed is not marking segments as unUsed in druid
- How to add and backfill a column to a ClickHouse materialized vew and the underlying table
- Does TiDB Serverless support TiFlash for analytical jobs (OLAP) just like TiDB?
- Need to create a report in Apache Kylin using SSB sample data
- Excel CUBEMEMBER return multiple matches
- Calculated Member for Time Periods Hierarchy
- MDX get DISTINCT COUNT for Month to Date
- Relationship between dimension and measures
- Create Current Month
Related Questions in SSAS-TABULAR
- Reuse model objects among different projects in VS Analysis Services Tabular Project
- My SQL Server Analysis services won't switch from tabular to multidimensional
- The XML for Analysis request timed out before it was completed. Timeout value: 300 sec
- Create an aging KPI where the target/status changes based on a category in SSAS Tabular
- convert a MDX Calculation to DAX Calculation
- Error while deploying Tabular model from localhost to a different server
- Count from the selection to the last 3 quarters backawards
- Why can't I save a new measurement created in my tabular model in Visual Studio 2019?
- Why measures are disappearing from my PBI report?
- Configuring Excel File for Automatic Content Activation
- SSAS Tabular Connection Failed with PBIRS when using another user except the PBRIS installation user
- Unable To Open Tabular Cube From Azure Analysis Service With Compatibility Level 1604 In Visual Studio
- Export PowerBI model to SSAS Tabular
- How to process full tables in tabular ssas cube using xmla file
- sync tabular model from single server to the two different servers at same time
Related Questions in OLAP-CUBE
- Finding shorter solution for the grouping
- SSAS Cube Hierarchy Collapsing within Excel with sub values
- My SQL Server Analysis services won't switch from tabular to multidimensional
- Pivot Tables / Cubes - Need to create a new member that categorizes values from another member
- SSAS CUBE connection from Visual Studio
- Week dimension in case of month split
- Need to create a report in Apache Kylin using SSB sample data
- OLAP Query Cube Issues to config connection string for not login many times?
- How to Execute multiple XML statements
- Error when sending multiple values for a dimension in SSRS through JSON
- I cant change the brand name for total product
- Process SSAS OLAP cube via Python
- How to create report in SSRS using two parameters from one dimension
- Measure Counts Doubled in SSAS based on where dimension is referenced in MDX statement
- OLAP Cube deployment issues in visual studio
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In addition to my comments, I Wanted to leave here the documentation that explicity states
"Multidimensional mode is only available with SQL Server Analysis Services. If you want your models deployed to Azure Analysis Services or Power BI, you can stop reading now. Multidimensional models will not be supported in Azure Analysis Services or Power BI Premium datasets. If you want multidimensional models in the cloud, the only way is to deploy SQL Server Analysis Services in Multidimensional mode to an Azure VM."
("the only way" is rather inconvenient, and adds a complexity layer so I didnt consider it in my comments")
and also:
"SQL Server Analysis Services also includes Power Pivot for SharePoint mode, which remains supported for SharePoint 2016 and SharePoint 2013, however, Microsoft's BI strategy has shifted away from Power Pivot in Excel integration with SharePoint. Power BI and Power BI Report Server are now the recommended platforms to host Excel workbooks with Power Pivot models. As such, this article now excludes a Power Pivot for SharePoint comparison."
https://learn.microsoft.com/en-us/analysis-services/comparing-tabular-and-multidimensional-solutions-ssas?view=asallproducts-allversions