Open DandelionWenjing opened 6 years ago
@DandelionWenjing Could you please try the latest ODBC driver (https://github.com/yandex/clickhouse-odbc/releases ) which added the NULL support? Note that it also requires pretty recent clickhouse-server release.
Okay, thanks.
@DandelionWenjing can you give some feedback, does PowerBI work with ClickHouse?
Hi all,
Thanks for providing this odbc driver. We have build this driver successfully in windows and tried to use Power BI to connect clickhouse odbc. When trying to load the table to Power BI using direct query mode, we have met the error:
"we can not convert the value null to type table"
While our table have no null values.
I have found that the dremio odbc driver may have the same problem and they have fixed it. https://community.dremio.com/t/cannot-convert-the-value-null-to-type-table/679
So if it is possible that this clickhouse odbc driver have something incompatible with Power BI?
Thanks. Wenjing