substring
3 TopicsFind multiple substring DAX CONTAINSSTRING
Hello everyone, I need to find if the substrings "house", "home", "dewelling" appear in a long string column. Using CONTAINSSTRING I am able to find each word at a time- house= CONTAINSSTRING(table1[column1], "house"). Is there a way to look for more than one substring? Perhaps something like house= CONTAINSSTRING(table1[column1], "house" or "home" or "dewelling"). Thank you for any help!Solved60KViews0likes14Commentsextract string from values with different len
Hi, I have several Store[point of sale] column values that are compound names, where there is a code and then the actual point of sale name. For example. 123 Ltd. Sea 234 srlsl Montagna 23456 asd Lake I just want to have the store names Sea, Montagna, Lake appear in a barplot. How do I extract them? Thank you very muchSolved667Views0likes3CommentsCalculate amount based on substring, show value on matching row (in a measure)
Hi, I am trying to figure out if there is any way to get the row values from one "Transaction Number" to a another "Transaction Number" in the same column. For example, I have a transaction number that have som form of amount. Sometimes, there are transactions that have the identical number but start with a "C". The C stands for "Correction" and I would like to get the values from the ones that start with "C" and show the results in a measure but on the row with the corresponding number without a letter. Is this possible to do as measure? Thank you 🙂Solved1.7KViews0likes7Comments