Forum Discussion
ashutosh
Helper I
9 years agoHstore value giving error in Power BI
I have hstore values in my table (postgres), when I am uploading this table in the Power BI values in the column are either null or Error. I am getting this error for the error values DataSource.Err...
ashutosh
Helper I
9 years agoAnyone, has solution for my query? Please.
mgoltsman
8 years agoRegular Visitor
I had problems like yours, but with postgis.
You can try like this:
1. in pgadmin create SELECT query with params:
SELECT 'a=>1,a=>2'::hstore; hstore
and copy it
2. open power bi
3. click on Get Data button and select postgres
4. input data of connection and click advanced options
5. Paste from clipboard SQL Query
I hope this helps you