Forum Discussion
ahendo026
9 years agoRegular Visitor
original SQL DB field names
Our SQL DB has some very cryptic field names so the ability to rename them in Power BI is definitely appreciated. The problem is we need to often refer to the original DB field names. Is there a ...
Anonymous
9 years agoNot applicable
ahendo026 I would recommend you use a layer of views in your database to change the field names. This would also allow you to use Direct Query if you wanted to. Then you have the mapping in your source db. Once a transoform occurs there isn't an "easy" way to look at what the field name was other than to walk through the steps in Edit Queries.