Forum Discussion
jPinhao
Advocate II
10 years agoDetect 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
Helper I
9 years agosminonese 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
Community Champion
9 years agoYou can select the applicable columns and choose "Detect Data Type" on the Transform tab.
- thakks8 years ago
Helper I
I have to detect dynamically, when new columns are picked up while importing the csv file. I wish if it was that simple.