Forum Discussion
laphroaig76
2 years agoHelper I
Error code -804 Firebird Database
Hi I loaded a Firebird Database via ODBC into Power Query and all worked fine. Then I added in the table VERRECHNETELEISTUNG the custom column called Type... if [Tarifstufe] = 5872 then "internal"...
- 2 years ago
What is the reason for that message?Powr Query doesn't know how to handle the data type of your custom column. Use CAST or similar to make it into a Text column.
lbendlin
2 years agoSuper User
What is the reason for that message?
Powr Query doesn't know how to handle the data type of your custom column. Use CAST or similar to make it into a Text column.