Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
mrumy
Regular Visitor

Limit user ability to select data from specific tables from SQL database

good day,

We are planing to cooperate with one company, that will help us building PBI reports for our customers. But we need to limit their access to only specific SQL DB tables. Is that a possibility. we have on-prem SQL and installed gateway server. Connection is made via Desktop client.

1 ACCEPTED SOLUTION
OpenDataLab
Helper II
Helper II

The best way to accomplish this would be to:

 

1) Create a new schema in your database

2) Create a series of views over the tables that you want to give them access to (this is a good practice in any case, when building Power BI models, rather hit view than the source tables directly as it abstracts you from the data model)

3) Limit access to the specific users to that scheama or views.

 

As a note: If the company you are partnering with couldn't help you with a solution to this problem, then maybe you should be looking to partner with someone that could!

View solution in original post

1 REPLY 1
OpenDataLab
Helper II
Helper II

The best way to accomplish this would be to:

 

1) Create a new schema in your database

2) Create a series of views over the tables that you want to give them access to (this is a good practice in any case, when building Power BI models, rather hit view than the source tables directly as it abstracts you from the data model)

3) Limit access to the specific users to that scheama or views.

 

As a note: If the company you are partnering with couldn't help you with a solution to this problem, then maybe you should be looking to partner with someone that could!

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors