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.
Sorry, new to PBI and tried searching for help but couldn't find this exact problem.
I have Feedback, which is just a body of text StoreFeedback[text]
I then have a table with categories and keywords.
Feature[features] | Feature[keywords] |
Category 1 | red, blue, green |
Category 2 | black, white |
Category 3 | purple |
Category 4 | dark orange, light gray, magenta |
I want to be able to create a new column and if one of the keywords are found in Feedback[body], return the category. If no keywords are found, just a simple no match works.
Currently I have :
Features Mentioned =
var _1 = maxx(filter(Features,
SEARCH(Features[Features], StoreFeedback[text],,0)>0),Features[Features])
return
if(isblank(_1), "No match",_1)
@COWA , Refer if one of the two can help
Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
Text Filter Slicer and how to search on Multiple columns: https://youtu.be/RbeZRJ3uAZE
Sorry, wasn't too clear in my original problem description I think. I updated.
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
109 | |
54 | |
50 | |
40 | |
40 |