The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 way to display the original DB field name after we have renamed it in BI? Are there any best practices other use to avoid this problem.
Perhaps BI should allow us to create an "alias" for the DB field name to avoid confusion.
Hondo
@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.