Forum Discussion
viswaaa
1 year agoHelper IV
Power BI Desktop connection to SQL server
Hello All, One of my organization's Sales team members wants to create a power bi dashboard using our SQL server db. So we created a database called ReportingDB, in that db we created a schema c...
Anonymous
1 year agoNot applicable
Yes, if you’ve set it up correctly, the Sales team members should only see the views in the Sales schema when they connect to your SQL Server database from Power BI Desktop.
Here's how it works:
Database Access: If you’ve granted the Sales Team AD Group access specifically to the ReportingDB database and restricted access to other databases, they will only see the ReportingDB database when they connect.
Schema Access: Since you’ve given them access to the Sales schema, they will be able to view and query only the views within that schema. They should not see any other schemas unless access is explicitly granted.
Permissions: Ensure that the permissions are set correctly:
- The Sales Team AD Group should have at least SELECT permission on the views in the Sales schema.
- They should not have permissions for any other schemas or objects in the database.