Forum Discussion
Power BI reports connection with PostgreSQL
Hello,
I have a report which is already connected with Sybase database. But working with additional data I need also connect same report with PostgreSQL too. So how to implement this?
7 Replies
- amitchandakSuper User
Analitika , if this is an import mode add data from PostgreSQL too. If direct query, You might have to move common dimension in import mode.
- AnalitikaPost Prodigy
Data will be from sybase and postgresql, I added postgresql database but still not works, seems something with connection. Can I use PostgresSQL. databases in query?
- AnalitikaPost Prodigy
Sybase was defined in functions (queries) in data transform, so how use postgresql with that quries?
- amitchandakSuper User
Analitika , if you plan to merge data, You have to bring them in a separate table using PostgreSQL Driver or ODBC driver and merge/append the data.
- AnalitikaPost Prodigy
It uses ODBC.
- AnalitikaPost Prodigy
I mean in advanced editor. Source=PostgreSQL.Database?
- AnalitikaPost Prodigy
I am getting this error whenever I am tryingto refresh the report:
OLE DB or ODBC error: [DataSource.Error] Sybase SQL Anywhere: Connection error: Connection was dropped (may not be a SQL Anywhere server) . An unexpected exception occurred.