Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi
I am a little in a crisis about how to deploy or found a good command for reading a label between two marked characters of a tag
I have a text field, where generally is present somewhere the tag RCA_EN:<generic text># in this format
At this time I have deployed a formula able to find the tag "RCA_EN" in the cell but I am not able to find a way to read/print the value between the two delimiters
In attach and power bi file used for this example that respect the original
https://drive.google.com/file/d/1LHoTb5EaJ0fWTzZmWkwSlwCF6zYvuZGN/view?usp=share_link
thank you in advance for your help and suggestion
Solved! Go to Solution.
@flavio65
Apologies, I did not notice the link.
Please refer to attacjhed sample file with the proposed solution
Category =
PATHITEM (
SUBSTITUTE (
SUBSTITUTE ( 'Table'[Comment], "RCA_EN:", "|" ),
"#",
"|"
),
2
)
Hi tamerj1
Are you able to download the .pibx posted ??
In the while the raw data here
@flavio65
Apologies, I did not notice the link.
Please refer to attacjhed sample file with the proposed solution
Category =
PATHITEM (
SUBSTITUTE (
SUBSTITUTE ( 'Table'[Comment], "RCA_EN:", "|" ),
"#",
"|"
),
2
)
GREAT JOB
Not familiar with your suggestion Thank you !
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |