Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!
Solved! Go to Solution.
@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 🙂
Thanks for the suggestion! It's not applicable in this case, otherwise it might actually work.
Any other thoughts? 🙂
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)
@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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |