Forum Discussion
Anonymous
2 years agoNot applicable
Leading and Trailing Spaces
Hi, I feel like Power BI is automatically trimming my data. Is there a way to not have that happen? I am importing txt files with | as the delimeter. Lets say "21B", "21B " and " 21B" are the data ...
PwerQueryKees
2 years agoSuper User
That is not your M code. Open the advanced editor, found in the view menu and copy paste.
The problem may be in the change type step. If it changes to numeric, it will definitely remove spaces....
Anonymous
2 years agoNot applicable
This is what i have