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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How can I connect PBI to a specific schema in Redshift?

Hi,

 

I'm successfully connecting my PowerBi to Redshift, however I have multiple schemas in the warehouse and because of that I'm unable to use queries in the connection. 

Is there a way to specify the actual Schema I want to connect to, so that when the connection goes through, I'll have my list of tables, instead of the list of schemas?

 

Thanks in advance! 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@lbendlin figured it out! 

Step 1: Connect to the Redshift DB.

Step 2: Change the Hierarchical Navigation option to false. 
= Odbc.DataSource("dsn=Redshift", [HierarchicalNavigation=false])

Step 3: open the Source step and paste your query as follows :

SELECT * FROM DBNAME.SCHEMA.TABLE

 

Works 🙂 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Thanks for the suggestion! It's not applicable in this case, otherwise it might actually work. 

Any other thoughts? 🙂 

lbendlin
Super User
Super User

Have you tried creating users that are restricted to single schemas?  Might not be practical but maybe worth a try.  (You can definitely do it in the gateway)

Anonymous
Not applicable

@lbendlin figured it out! 

Step 1: Connect to the Redshift DB.

Step 2: Change the Hierarchical Navigation option to false. 
= Odbc.DataSource("dsn=Redshift", [HierarchicalNavigation=false])

Step 3: open the Source step and paste your query as follows :

SELECT * FROM DBNAME.SCHEMA.TABLE

 

Works 🙂 

Good to hear.  Be aware of the risk of oversharing when you specify the gateway connection user.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Solution Authors