Forum Discussion

ketan10's avatar
ketan10
Advocate III
8 years ago
Solved

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 !

  • Anonymous's avatar
    Anonymous
    8 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

  • Anonymous's avatar
    Anonymous
    Not 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