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
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
But yes, when you add and remove columns it can be problematic. You need to edit your query and see where the error is occuring.
- PlastiquesMoore6 years agoRegular Visitor
I created Tables and that solved part of my problem. Thanks!