Forum Discussion
jcastr02
6 years agoPost Prodigy
Word Search Count
I know there is a word cloud feature that will tell you the most occuring words, but is there a way to get that information also into a table format? Like below?
- Anonymous6 years ago
Hi jcastr02 ,
Do we have a table contains searched words?
Measure = COUNT('Table'[Column1])Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
6 years agoNot applicable
Maybe try a measure?
Measure1 = DISTINCTCOUNT(table[column2])
Then just add the words from the word cloud (column2) in a table visualization, and add Measure1.
Then sort by Measure1.