Forum Discussion
Getting error message when I added a column to my Excel source worksheet
- 6 years ago
Your error means that one of the steps in your query is looking for Column 48. You will need to remove that reference to avoid the error. Click each step until you find the first step with the error, and either edit the code in the formula bar to remove reference to it, or delete and replace that step.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
You should click query editor and modify/add the column name in advanced editor when you modify/add columns in your data source.
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- PlastiquesMoore6 years agoRegular Visitor
I added my new columns in the middle of my Excel source worrksheet. I'll add the columns with the query editor, but does the order matter? Do both files have to be in the same column order?
Thanks!
- mahoneypat6 years agoMicrosoft Employee
Your error means that one of the steps in your query is looking for Column 48. You will need to remove that reference to avoid the error. Click each step until you find the first step with the error, and either edit the code in the formula bar to remove reference to it, or delete and replace that step.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat