March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |