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.
Hi, anyone can help me ?
I would like to remove [/] at the last of the text. Text is like [test.com/sites/A0001/].
I would like to remove last [/] and make it to [test.com/sites/A0001].
Tried this one, but actually this remove all [/] form the text not only the last of [/]....
Solved! Go to Solution.
If the character is always at the end of the field, you could just remove the last character , eg,
NewColumn = LEFT(ABCUser[SiteURL], LEN(ABCUser[SiteURL]) - 1)
Hi,
This is how it is done in the Query Editor
Thank you very much. I first tried in query editor but could not find way. Thanks !
You are welcome. If my reply helped, please mark it as Answer.
Thank you very much ! this works as well. and also different way of thinking.. I will remember this. Thanks !
If the character is always at the end of the field, you could just remove the last character , eg,
NewColumn = LEFT(ABCUser[SiteURL], LEN(ABCUser[SiteURL]) - 1)
Thank you very much ! this works and very simple solution as well!
User | Count |
---|---|
77 | |
75 | |
46 | |
31 | |
28 |
User | Count |
---|---|
99 | |
93 | |
50 | |
49 | |
46 |