Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. 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.
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 |
---|---|
60 | |
58 | |
54 | |
36 | |
33 |
User | Count |
---|---|
79 | |
66 | |
45 | |
45 | |
43 |