Forum Discussion
PostgreSQL TYPE LTREE
Dear PowerBI Community,
i'm connect to table from postgreSql which using ltree, and it got error,
Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: [DataSource.Error] PostgreSQL: 42883: no binary output function available for type ltree. '.
please help me
Hi chu_en ,
Sorry for that Power BI cannot support Itree type.
Maybe you can cast to text in the sql to get the value to return.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- v-zhenbw-msftCommunity Support
Hi chu_en ,
Sorry for that Power BI cannot support Itree type.
Maybe you can cast to text in the sql to get the value to return.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- chu_enFrequent Visitor
Okay, thank you