Forum Discussion

mmace1's avatar
mmace1
Impactful Individual
6 years ago
Solved

Connecting to Azure SQL Database via Dataflows - authentication not working.

We have an Azure SQL Database to connect to.    I can connect via SQL Server Management Studio fine:  Authentication = Azure Active Directory -Universal with MFA I can connect via Power BI Deskto...
  • mmace1's avatar
    mmace1
    6 years ago

    Go it, so the issue was: 

     

    I was using my own login for authentication in Dataflows - but, my login used Azure Active Directory for authenticaion, and Azure SQL Database doesn't support Azure Active Directory authentication. 


    Solution:  Setup a new SQL Server user in Azure SQL Database, and connect via that login, using the 'Basic' Authentication option in Power Query.