Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
57 | |
36 | |
31 |
User | Count |
---|---|
91 | |
60 | |
60 | |
49 | |
45 |