Forum Discussion
jaryszek
4 years agoSuper User
Need help with function to get column types
Hello, i am using function to get column types: let func =
(TypeAsText as text) =>
Record.Field(
[type null = Expression.Evaluate( "type null", [ type null = type null] ),
type ...
jaryszek
4 years agoSuper User
ImkeF thank you Imke.
Ok so i understand that Power Query will ignore not primitive types and will result only primitve ones like number.
the task is simple, i have string Int64.Type in another table and if i will pass to the function i want to get exactly Type Int64.Type , not number.
If this is not possible hmm, so how Power Query knows to use Int64.Type ?
Best,
Jacek