Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Error "There is no row at position 16" - PostgresSQL ODBC, custom connector, DirectQuery - include

I wrote a custom connector to wrap PostgreSQL ODBC driver so that we can use DirectQuery (before 2019 August release). Everything works except this case:

 

1. Connector to data source via my custom connector.

2. Import a table, select DirectQuery mode.

3. Create a list, add a varchar column to list, right click a value and select "include".

 

I got this error: There is no row at position 16.

 

However, if I add another column, I can get data base without error.

Status: New
Comments
v-yuta-msft
Community Support

@xsgao_pbi ,

 

I would suggest you to follow the doc ODBC Development troubleshooting and test . If this issue still persists, you can create a support ticket here.

 

Regards,

Jimmy Tao

 

xsgao_pbi
Frequent Visitor

Tested on February 2020 release, it's fixed. But not sure when it is fixed.