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.
Solved! Go to Solution.
I am not 100% clear about your question. Id you already have sat fruit list then the solution i am suggesting it will work, else need to check.
here is my approach to solve problem. I am assuming you have list of fruits for extracting from long sentence.
Here is the custom column:
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem
Regards
This is the problem I am having
NewColumn =
VAR Sentence = 'Table'[Sentence]
VAR WordList =
SELECTCOLUMNS(
UNION(
ROW("Word", "rffrfvr"),
ROW("Word", "frefed"),
ROW("Word", "frefer")
-- Add more words here as needed
),
"Word", [Word]
)
VAR FoundWords =
FILTER(
WordList,
CONTAINSSTRING(Sentence, [Word])
)
RETURN
CONCATENATEX(FoundWords, [Word], ", ")
try this one hope this shold work if you have more number of word to check
I see what you mean. I'm having an error problem when adding word4, can you help me?
I am not 100% clear about your question. Id you already have sat fruit list then the solution i am suggesting it will work, else need to check.
here is my approach to solve problem. I am assuming you have list of fruits for extracting from long sentence.
Here is the custom column:
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem
Regards
Thanks. exactly what I wanted, but I need to increase Word 4, Word 5,.........how should I use the next formula to append to the formula you made
It would be same you jest need to aad correct words. That y i have only send one formula since change the words and resuse to create new.
Regards
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 |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |