Forum Discussion
prihana
7 years agoHelper V
Establish a connection to Postgresql on AWS RDS
The article at this link didnt solve the issue.
I want to connect to a RDS Postgresql instance. I have the db hostname, username and password alonf with the certificate to log into the server.
How to make a connection to this database?
3 Replies
- v-danhe-msftMicrosoft Employee
Hi prihana,
Based on my research, could you have tried to refer to below link to Configuring Power BI Connectivity to PostgreSQL Database:
Regards,
Daniel He
- themistoklisCommunity Champion
You actually have 2 options:
1. Connect directly to PostgreSQL
2. Through ODBC connection
On this option you need to create the connection first on ODBC Data SourceAdministrator. Check if the client is 32 or 64bit
- VFXProAdvocate II
Does any of the suggestions above allow refreshes via Power BI service?