Forum Discussion
ketan10
8 years agoAdvocate III
Need Help: Word Cloud visual excluding stop words
I need some help in the word cloud visual to remove the stop words. Please find the question in the images attached below.
Any help would be appreciated.
Best Regards,
Ketan !
- Anonymous8 years ago
Hi ketan10,
Have you try to drag text column to category field and drag stop list to exclude field. The 'stop word' field seem used to manually remove specific text.
In addition, you can also try to use except function to create new table.
Sample:
NewTable = EXCEPT ( Table1[Text], Table2[Words] )
Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi ketan10,
Have you try to drag text column to category field and drag stop list to exclude field. The 'stop word' field seem used to manually remove specific text.
In addition, you can also try to use except function to create new table.
Sample:
NewTable = EXCEPT ( Table1[Text], Table2[Words] )
Regards,
Xiaoxin Sheng