Has anyone managed to use Postgresql as a datasource for SSAS? The Postgresql .NET connector seems promising, but the SSAS view wizard does not seem to be able to see the tables in the database.
Has anyone managed to use Postgresql as a datasource for SSAS? The Postgresql .NET
Share
It is actually possible to hack the Postgresql .NET connector and implement a “MSSQL compatibility mode”, where the [ and ] around tables and schema names are removed. Using this, the list of tables does not appear in MS SSAS, but it is possible to replace them by views.