Forum Discussion

jnpb's avatar
jnpb
Helper I
3 years ago
Solved

Extracting $amount from Notes field

I have a table with a Notes field that contains varying text, but each with a dollar value expressed as $nnn.nn . The amount varies but always includes decimals.  How would I go about extracting t...
  • parry2k's avatar
    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.