Forum Discussion
Arul
Super User
3 years agoAutomate column name change error in Power BI desktop
Hi All,
I would like to automate the column name change error in Power BI desktop. To explain it more precisely, I have a excel source which is connected to Power BI desktop and created a report ...
halfglassdarkly
Responsive Resident
3 years agoThe error wont actually be caused by the column name changing, but by any transformation steps applied to the column which by default reference the column name.
You should review the transformations applied to the column and identify which ones are causing the error.
If your column layout is consistent, you could try editing the M code for your transform steps to reference the column by it's index instead of the column name.
nhathuoctinhyeu
2 years agoNew Member
thank you