Forum Discussion
mike_honey
Memorable Member
10 years agoAuto-rename all Query columns e.g. to remove underscore
Today I was grappling with shaping a series of Queries based on a SQL Datawarehouse. They use what's probably the best column naming standard (IMO) e.g. Sales_Amount. However PBI Desktop doesnt see...
arify
Microsoft Employee
10 years agoMeanwhile the author of "Table.TransformColumnNames" (hint: me) is crying somewhere :'( I think it came out in July '15 update.
Nice code anyway :)
edwardrmiles
Helper III
9 years agoI'm struggling to understand from the documentation how Table.TransformColumnNames works. Any chance you could provide a simple example, e.g. prefixing every column of a table called DimDate with the string "Order "?