Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic Stop Words in Word Cloud Visual
Underlying data set is a capital project line item expense report. The word cloud category is the free text "cost text" field. The value of the word cloud is "amount spent". I was wondering if ther...
amitchandak
Super User
4 years agoAnonymous , We can have table with such words and have measure to filter
example
calculate(count(Table[Column]), filter(Table, not( Table[Column] in values(Stop[Stop Word]) ) ) )