I have a SSAS tabular project well defined with proper data types in existing columns. When adding a new column into the existing table Visual Studio changes automatically the data type for the existing columns. I don't want this behavior because visual studio is guessing incorrectly the data types. Is there any way to prevent this behavior?
Thanks in advance.