Forum Discussion
MelissaSnell
11 years agoHelper I
PowerBI desktop - PostgrSQL data seems to load in Query Build but fails to load in Report Builder
This is a bit of a weird one. I am trying to use PowerBI desktop to generate reports based on a PostgreSQL database. I am on a Windows 8.1 Professional laptop and I followed the instructions to mak...
- 11 years ago
UPDATE: Upgrading the npgsql DLL to the latest release 3.0.1 seems to have resolved the issue.
https://github.com/npgsql/npgsql/releases/tag/v3.0.1
In case it helps anyone I created a dummy project in Visual Studio 2012 and installed the package using nuget.
I then copied the DLL out to a different location and used the Visual Studio Developer command prompt to uninstall the existing DLL from the GAC and then install the new one.