Forum Discussion
WordCloud Visualization conditional formatting/custom color code
Hi everyone,
i am using wordcloud visualization for my text analysis. how to display conditional formatting for certian words/sentences or selected words/sentence i would like to show in different color coding . Any one have an idea to display the conditional formatting/different color code in chart.
In WordCloud, the only color setting is to set specific color for every word or sentence as below.
If you desire more functions about this custom visual, please create an idea in https://ideas.powerbi.com/forums/265200-power-bi-ideas?query=WordCloud.
Best Regards,
HerbertFor sentiment analysis, you can take a look at this great article which takes advantage of Azure Text Analytics API. There is a good and simple sample there. For % Cases appear, you can use Calculate Measure to do the calculation using proper DAX formulas.
BTW, if you question/problem has been solved, you can accept the right reply as solution, so that other people who have the same question/problem can find the solution quickly.
Best Regards,
Herbert
4 Replies
- v-haibl-msftMicrosoft Employee
In WordCloud, the only color setting is to set specific color for every word or sentence as below.
If you desire more functions about this custom visual, please create an idea in https://ideas.powerbi.com/forums/265200-power-bi-ideas?query=WordCloud.
Best Regards,
Herbert - v-haibl-msftMicrosoft Employee
- rmettu_1242Advocate II
Thank you quick response.
we are looking for text minig/analysis statics like frequency of words now avaible in Power BI great feature.
other statics like sentiment analysis , % Cases appear .
- v-haibl-msftMicrosoft Employee
For sentiment analysis, you can take a look at this great article which takes advantage of Azure Text Analytics API. There is a good and simple sample there. For % Cases appear, you can use Calculate Measure to do the calculation using proper DAX formulas.
BTW, if you question/problem has been solved, you can accept the right reply as solution, so that other people who have the same question/problem can find the solution quickly.
Best Regards,
Herbert