Hi @ Pooja rs
Azure SQL Managed Instance does not support OLE DB providers like MSOLAP, which are required for creating linked servers to SQL Server Analysis Services (SSAS). This is a known limitation of the platform, and currently, there is no direct way to connect from a Managed Instance to an SSAS instance via linked server.
To work around this limitation, you could consider the following options:
Use an External VM or Service: Instead of connecting directly from the Managed Instance, you can set up a VM or another service to act as an intermediary. This VM can host the necessary OLE DB provider (MSOLAP) and handle the connection to Analysis Services.
Export and Import Data: If feasible, you can export the required data from Analysis Services to a format like CSV and then import it into your Managed Instance.
Custom Application Logic: Develop an application or script that queries the Analysis Services instance and writes the results to your Managed Instance.
Please go through this Documentation that might help you:
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.