The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all
OK so I am new to ODBC connections and was super excited to get it to firstly work and then pull data from a table. My ODBC connection uses a DSN from PostgreSQL. I am new to sql statements, as in very new. I can pull data from one table by doing the select * or selecting a few fields from one table but what I really need to do is pull data from 2 joined tables. Can anyone show me a little example of how to do this in PowerBI (I pressume this is done in the ODBC, SQL advanced area)? Basically if I have 2 tables table A and Table B which share a relationship via connection_id how do I do this? Also filtering of results, is this done once the data is in powerBI via the filter options?
Any help for this excited newbie much appreciated.
Solved! Go to Solution.
@Ayupchap,
Please review the following blogs about how to join postgresql tables, then put the statement into SQL statement textbox when using ODBC connector or postgresql connector in Power BI Desktop.
PostgreSQL JOIN
Joins Between Tables
Regards,
Lydia
@Ayupchap,
Please review the following blogs about how to join postgresql tables, then put the statement into SQL statement textbox when using ODBC connector or postgresql connector in Power BI Desktop.
PostgreSQL JOIN
Joins Between Tables
Regards,
Lydia
This is excellent thanks so much!