Forum Discussion

viswaaa's avatar
viswaaa
Helper IV
1 year ago
Solved

Authentication selection for connection sharing

Hi All   My org sales team wants to create their own reports from our SQL Server database. We have created some views in our SQL server db and gave access to only those views.   Sales is going t...
  • shafiz_p's avatar
    shafiz_p
    1 year ago

    Yes, you can switch/use to Windows authentication for your existing connections. In Power BI Service, update the data source settings to use Windows authentication. Users will connect using their own Windows credentials, so they don’t need your credentials.

     

     

    Use a dedicated service account for the gateway to avoid disruptions when employees leave. This account should have the necessary permissions and won’t be affected by individual employee changes. Meaning the gateway should run under a service account that has access to the SQL Server database.

     

    If your personal credentials were used, an admin will need to update the data source settings with new credentials.

     

     

    Hope this helps!!