Forum Discussion
DebbieE
6 years agoCommunity Champion
Column name changes in the data source errors in DAX
You have a data source that you are connected to with a some reports and DAX However, at some point the data source changes. In this example I have moved from this The ques...
- 6 years ago
If you move to the step before Changed Type (i.e. before it breaks) and insert a step to rename the column from the new name (Number of Beds) back to your old name (Beds) that should result in the later steps working and the references to that field should then be recognised too.