Forum Discussion
Data Model error
For me renaming of columns in data model works, main issue here is to rename correctly proper columns.
If that's the same error reason.
- Erin412Nov 19, 2020Copper Contributor
How did you determine what columns needed renamed? How do I know what's incorrect vs. correct?
- SergeiBaklanNov 20, 2020Diamond Contributor
You shall rename same field which you renamed in source table.
Let take your example. In source table we have column DAY and we added this field to PivotTable. More exactly data are added to data model.
In source table we rename DAY to Day and refresh data. In data model it will be added one more column Day 1 since data model is case insensitive. If you check PivotTable you see that it keeps connection to DAY, not Day 1.
In Power Pivot let rename DAY to Day and keep Day 1 as it is
Now refresh Error disappeared. Field Day 1 as well.
- Robin1999Mar 28, 2024Copper Contributor
SergeiBaklan you are the god? ❤️
Fixed my Problem!