Forum Discussion
Power Query - Mixed numbers and letters error - help
- 3 years ago
It seems there's something in your code that's making Power Query try to change the data type of your [Stock Code] column to a number.
Can you copy the whole query code from Advanced Editor and paste it into a code window ( </> button) here please?
Feel free to anonymise the connections strings etc.
Pete
Hi BA_Pete,
Thanks for your help.
It's not all of same format, only few. I have two files with similar data then one file has done successfully with below formulas but other file couldn't do it. See the example. First, I have changed Stock Code data type to text then split the columns with below formulas.
=Text. Select([Stock Code],{"a".."z","A".."Z","-"})
= Text. Select([Stock Code],{"0".."9"})
not sure, why other file is not working.
I tried your method as well but didn't work either. Any suggestion after seeing above data.
Kind regards,
PV
It seems there's something in your code that's making Power Query try to change the data type of your [Stock Code] column to a number.
Can you copy the whole query code from Advanced Editor and paste it into a code window ( </> button) here please?
Feel free to anonymise the connections strings etc.
Pete
- PowerBI-P3 years agoFrequent Visitor
Hi BA_Pete,
Thanks you for your help. I have sorted the problem.
I have created file from starting then it's working.
Kind regards,
PV