Integration services - connector to Azure Analysis Services

tommy crni 1 Reputation point
2021-08-16T07:59:03.247+00:00

Hi,

Is there any way how to load data from Azure Analysis Services to Azure SQL database? Previously, we used PowerQuery component in SSIS and it works if OLAP cube is on prem. When client switched connection to Azure, we are not able to load data from PowerQuery component to Azure SQL Server. It seems Azure Analysis Services requires MFA type connection, which works in PowerBI and Excel, but from Visual Studio we are not able to establish connection to Azure Analysis Services. Any ideas?

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
480 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,704 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-08-16T08:46:11.027+00:00

    Hi @tommy crni ,

    As far as I know, If you want to use Visual Studio to connect to AAS, you may need to use paid third-party plugins.

    If you use SSIS in Azure Data Factory (ADF) and want to connect to Azure Analysis Services (AAS) instance, you can not use an account with Multi-Factor Authentication (MFA) enabled, but must use an account that does not require any interactivity/MFA or a service principal instead.

    To use the latter, see here to create one and assign the server administrator role to it, then select Use a specific user name and password to log on to the server in your connection manager, and finally enter User name: app:YourApplicationID and Password: YourAuthorizationKey.

    Reference: analysis-services-connection-manager

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.