Forum Discussion
Anonymous
7 years agoNot applicable
Data cleaning
Hello! I have an issue in data. From one of the application I am loading project related information in DIM_PROJECT (SQL table). But few columns has following format: PROJECTNUMBER BUILDING ...
- Anonymous7 years ago
If you want to do this through DAX instead of the query editor, you can use substitute() https://docs.microsoft.com/en-us/dax/substitute-function-dax
VijayP
7 years agoCommunity Champion
In Power Query Editor , in you can replace values .
Follow the steps , First remove the Double Quotes and then Squre Brackets
Vijay
- Anonymous7 years agoNot applicable
If you want to do this through DAX instead of the query editor, you can use substitute() https://docs.microsoft.com/en-us/dax/substitute-function-dax