Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I would like to ask why it happens if space appears while concatenating two strings in power bi, making separate column in table.
Here I uploaded a picture, you see a space between Komtus and $ATS.ĮPL. How to resolve this issue? Trim, clean column didn't help.
Solved! Go to Solution.
Hi @Analitika ,
You can refer the following links to "remove" the spaces in Power Query Editor by Replace Values feature...
= Table.ReplaceValue(#"Changed Type"," ","",Replacer.ReplaceText,{"Column1"})
How to remove blank spaces with Power Query
Power Query – A function to remove spaces within Text values
Best Regards
Hi @Analitika ,
You can refer the following links to "remove" the spaces in Power Query Editor by Replace Values feature...
= Table.ReplaceValue(#"Changed Type"," ","",Replacer.ReplaceText,{"Column1"})
How to remove blank spaces with Power Query
Power Query – A function to remove spaces within Text values
Best Regards
Hi
What is the syntex you used? have you tried like below?
Thanks
Hari
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
7 | |
4 | |
4 | |
4 |