Forum Discussion

mrohde's avatar
mrohde
Regular Visitor
9 years ago
Solved

Does the data gateway allow security inheritance?

We have row level security enabled on a number of tables that limits records returned based on the user ID that works in conjunction with reporting services.  If we use the data gateway will it imper...
  • v-qiuyu-msft's avatar
    v-qiuyu-msft
    9 years ago

    Hi mrohde,

     

    As you are connecting to SQL Server database, Power BI service uses the credential configured under on-premise data gateway to access the SQL Server database. It means all users access the same report will see the same data, as it uses the same credential to access database. If you want to limit users to see their own data, you need to apply RLS mentioned in my original post.

     

    Best Regards,
    Qiuyun Yu