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 All!
So I have a table that contains two fields. One field is a text field where I am trying to extract an alphabetized list of keywords. The other field is a value associated with the text. The image below should help describe:
I would like to be able to filter the source text by the keywords that are found inside of it. It doesn't need to have any particular order, but all keywords must be found inside of the text. In the example above, you should not be able to filter by just "dog".
The keywords are always led by "keyword=", are separated by commas, and always end with a &. Does anyone know of any way that I can organize my data so that I can filter in a way that order does not matter?
Thanks!!
Solved! Go to Solution.
I'm not sure I understand what you want to achieve - do you want the filter to work as the visual or in the data transformations?
for the transformations you could try with extracting the keywords in M as a list and then filtering with List.ContainsAll
https://docs.microsoft.com/en-us/powerquery-m/list-containsall
I'm not sure I understand what you want to achieve - do you want the filter to work as the visual or in the data transformations?
for the transformations you could try with extracting the keywords in M as a list and then filtering with List.ContainsAll
https://docs.microsoft.com/en-us/powerquery-m/list-containsall
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |