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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors
Top Kudoed Authors