Forum Discussion
Anonymous
5 years agoNot applicable
Data Source Error - Column does not exist
Power BI Community - Good Day! Some of the column names in my source data have changed. What are best practices to resolve? I tried deleting the column in my data view, for I couldn't delete in po...
- 5 years ago
Hi Anonymous ,
I've not worked with Amazon RedShift sources before, but you should be able to select your Source and Navigation steps within Power Query and see the original data as it's first pulled in. From here, you just go down the step list one-by-one and, when a step throws an error, look at the M code for that step in the formula bar and remove/update any reference to your missing/changed field name.
If you are getting an error even on the source step, I can only guess that the field list is hard-coded somehow into your connection string. You may be able to see more details on this using Advanced Editor on your query then, as above, updating any references to the offending field.
Pete
Anonymous
5 years agoNot applicable
Pete
Understood, much appreciated!
Thank you