Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi.
How do I accomplish - using M - excluding all strings that begin with "xyz", "ab", any number, etc.
It would be something like =Table.SelectRows(#"last step", each Text.StartsWith([column], "") = false ) ?
Inserting false would exclude all the values? But how do I replace "" with a list of values?
Thank you!
Solved! Go to Solution.
Hi @GoingIncognito ,
You could use IF() and or/and to return your expected result.
Here is the similar case for your reference.
Hi @GoingIncognito ,
Has your problem been solved? If the problem has been solved, you could accept the reply you like.
Hi @GoingIncognito ,
You could use IF() and or/and to return your expected result.
Here is the similar case for your reference.
Hi @GoingIncognito , try this
https://community.powerbi.com/t5/Service/List-as-input-criteria-for-Text-StartsWith/m-p/204257#M2749...
Regards,
pceglie
I did actually look at it before postin a question because I thought my case is such an easy scenario that you could just insert a List.Contains or something in my example and make it work? Or am I completely wrong? Thank you for the link and all!
User | Count |
---|---|
82 | |
79 | |
69 | |
46 | |
46 |
User | Count |
---|---|
105 | |
44 | |
39 | |
39 | |
39 |