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 !
Solved! Go to Solution.
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
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
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
437 | |
154 | |
110 | |
50 | |
50 |
User | Count |
---|---|
458 | |
142 | |
131 | |
78 | |
71 |