Forum Discussion
scabral
Helper IV
4 years agoRemove brackets from column names using Power Query
Hi, i have a DAX query that I am using within the power query editor to bring in a table from an SSAS tabular server. Here the DAX query: EVALUATE SELECTCOLUMNS ( CALCULATETABLE ( ...
- 4 years ago
There are a couple of solutions to this given here:
https://community.powerbi.com/t5/Power-Query/Bulk-Renaming-column-in-PQ-with-a-pattern/m-p/2289893
AlexisOlson
Super User
4 years agoThere are a couple of solutions to this given here:
https://community.powerbi.com/t5/Power-Query/Bulk-Renaming-column-in-PQ-with-a-pattern/m-p/2289893
scabral
Helper IV
4 years agoThank you AlexisOlson , this worked perfect!
I was able to create a separate function to parse the column names using your script.