Forum Discussion
Aasif_Khan
10 months agoNew Member
Issue with Missing Data in Power BI for Postgres Database on Azure
Hi all, I’m using Power BI Pro and connecting to a PostgreSQL database hosted on Azure. The table I’m working with is called CRS, which contains over 3 million records. However, when importing data ...
- 10 months ago
Hi Aasif_Khan ,
You can refer to the official Microsoft documentation on the Power Query PostgreSQL connector below. It explains how Power BI connects to PostgreSQL, how query folding works, and what to check if some records don’t appear as expected:
Power Query PostgreSQL connector - Power Query | Microsoft Learn
Best Regards,
Community Support Team
kushanNa
Super User
10 months agohmm interesting, have you tried using a tool like pgAdmin Desktop to run the query in parallel with Power BI Desktop in your local machine and see if there’s any mismatch?
Aasif_Khan
10 months agoNew Member
Sure, kushanNa , I'll try that one as well.
Thank you for your support