Forum Discussion
AlexMunday
5 years agoFrequent Visitor
Power Query can't read data type from the CDM manifest.
Hello, I wrote some manifest where I wrote the data type of the column. for exemple: { "name": "Sys_OriginCode", "dataType": "integer" }, { "name": "Sys_LoadBy", "dataType": "string" }...
- Anonymous5 years ago
Hi AlexMunday ,
Please try to replace integer with int64.
Refer to :
https://docs.microsoft.com/en-us/common-data-model/sdk/trait-concepts-and-use-cases
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
5 years agoNot applicable
Hi AlexMunday ,
Please try to replace integer with int64.
Refer to :
https://docs.microsoft.com/en-us/common-data-model/sdk/trait-concepts-and-use-cases
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.