The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 !
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |