Forum Discussion
Extracting $amount from Notes field
- 3 years ago
jnpb the solution v-yanjiang-msft provided is basically looking to extract the value between $ and "For Order" and in case it didn't work because that row doesn't meet the criteria, maybe change it to this:
Text.BetweenDelimiters([Column1], "$", " ")✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Hi jnpb ,
According to your description, I create a sample.
You can add a cusotm column in Power Query:
Text.BetweenDelimiters([Column1], "$", "For Order")
Get the result.
I attach my sample below for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi there,
Thank you for this! Using this I achieved partial success. Below are two values where one worked, and one that didn't. I'm unsure why it wasn't successful for every entry:
Any thoughts on what might be causing this? Thanks so much for the help!