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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
Anonymous
Not applicable

Error: The SELECT permission was denied on the object 'TABLES'

We are getting started setting up Power BI as a self-service model for some of our power users.  Our default security model for Power Users is to limit their access to the database.  Currently, power users only have access to pre-defined views, no tables.  When a power user attempts to create a live connection to the SQL database, he or she receives the following error:

 

The SELECT permission was denied on the object 'TABLES', database 'mssqlsystemresource', schema 'INFORMATION_SCHEMA'. 

 

Following this error the power users are unable to browse any objects on the database (including views).

 

Are we able to get around this error with having users write custom SQL in the advanced tab or granting them select permssions on the table object? 

1 ACCEPTED SOLUTION
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

No, it's not possible. You have to let database admin grant those users permission on source SQL Database side. 

 

Reference:
GRANT Object Permissions (Transact-SQL)

 

Regards,

View solution in original post

2 REPLIES 2
v-sihou-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

No, it's not possible. You have to let database admin grant those users permission on source SQL Database side. 

 

Reference:
GRANT Object Permissions (Transact-SQL)

 

Regards,

Anonymous
Not applicable

Thank you for the quick reply @v-sihou-msft. Not the answer I wanted to hear, but at least I now know it definitively. I will work with our DBAs regarding permissions.  Our challenge is that this change to security on our data warehouse will impact other applications across our organzations negatively. 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors