how to setup permission to user to connect azure database for power bi user

Anandhswarupp 85 Reputation points
2025-01-29T01:54:49.34+00:00

how to setup permission to user to connect azure database for power bi user

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 33,711 Reputation points MVP
    2025-01-29T07:24:26.5633333+00:00

    Depending on what type of authentication is supported within your Azure SQL database,

    1. one way is to provide a SQL account to the power bi dev users to authenticate to the Azure SQL database but it is usually not recommended and not a good security standard.
    2. Other way would be AD authentication wherein you would grant the user ID access within the database :

    https://learn.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?view=azuresql&tabs=azure-portal

    so create external user and then grant select access on the necessary objects within the database

    0 comments No comments

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.