Forum Discussion
jPinhao
10 years agoAdvocate II
Detect type of column in Power Query Formula Language
I've got some query tables generated from imported data. All the data comes in as type 'Any', and I'm trying to automatically detect the type of the data in each column. Some of the queries gener...
thakks
9 years agoHelper I
sminonese jPinhao were you guys able to work this out. Same issue i have come across where i have to detect the data type of new columns and convert accordingly.
MarcelBeug
9 years agoCommunity Champion
You can select the applicable columns and choose "Detect Data Type" on the Transform tab.
- thakks8 years agoHelper I
I have to detect dynamically, when new columns are picked up while importing the csv file. I wish if it was that simple.