You could find the Table and Column name for each attribute in SSDT property window, for example
:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a cube, where most of the columns have been renamed...
The cube consumes from SQL Server, where columns have names like CustomerName, CustomerNo.
And then... in the cube it has been renamed to Customer.
Now, how can I know if the column Customer belongs to CustomerName or CustomerNo?
(actually I have tried myself renaming a column and there is no way of knowing to which source column it belongs).
(of course I am talking about tables with 50 columns where is not straight forward to map newname:oldname)
You could find the Table and Column name for each attribute in SSDT property window, for example
:
Now, how can I know if the column Customer belongs to CustomerName or CustomerNo?
In SSDT mark the attribute => Properties => KeyColumns, expand the node and you can see source table & column names.