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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors