Forum Discussion
EdEvetts
9 years agoHelper II
Key Word analysis
Hi I have a data model with some columns which hold text responses, from which I would like to extract all of the words individually into a list for use in a report. I know something like this ca...
dkay84_PowerBI
9 years agoMicrosoft Employee
Since your key words include individual words and n-grams, you are really looking at something more like topic or entity extraction. You can configure a machine learning model or use something like Cognitive Services from MSFT to do this type of work, and then load the results into Power BI to give you the results you are looking for. I don't think just using a list of stop words will allow you to acheive your desired result.
EdEvetts
9 years agoHelper II