Forum Discussion
Word Cloud - Distinct counts
Hey,
unfortunately, this is not possible, or phrasing it a little different: this is not the intention of the word cloud visual.
Maybe you have to consider to extract the words of interest, you can use keyphrase extraction, that is described in this article: https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/tutorials/tutorial-power-bi-key-phrases
If you now the words of interest and they are few, you can also consider creating DAX measures using SEARCH or FIND
Then you can build a table that has two columns the document id and the word of interest.
Some time ago, I created a little sample analyzing emails: https://github.com/tomatminceddata/PowerBIemail
Maybe you find this useful.
This article provides a great introduction to the world of text analysis/text mining.
Hopefully, this provides some new ideas on how to tackle your challenge.
Regards,
Tom
- chad_oge6 years agoFrequent Visitor
Thank you for the response and additional info.
- Tahreem246 years agoSuper User
Could you please try "word-break" property in general option and then try that count.
- v-lili6-msft6 years agoCommunity Support
hi chad_oge
This is not achieve for now, since you break the work, it will calculate by every small entry.
And if you could try to disable "word-break" property in general option and then try that count.
Regards,
Lin