Forum Discussion
Word Cloud Stop Words from Data File
I have used a table with multiple paragraphs of text (ACTIVITY_SUMMARY in Right First Time table) as the source data for a Word Cloud and want to include custom Stop Words from a separate file.
I have imported the stop words (Stop Word in Exclusions table) and added an index to both tables and connected them with a One:One Both directions cross filter connection but the words in the Exclusions table are still appearing in the word cloud.
(Indexing, linking from https://community.powerbi.com/t5/Desktop/Word-Cloud-stop-words-from-data/td-p/115890)
I have tried all different valid connection types between the two tables and I have tried restricting the data in the Right First Time table but nothing works.
Any help gratefully received - I feel that this should just work 'out of the box?!
5 Replies
- parry2kSuper User
ChemEnger not sure you need to create that relationship. Remove it and then test it.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- ChemEngerAdvocate V
Hi parry2k,
It's taken me a while (but I have written a sweet word-shuffle function!) to cleanse the data and I have now uploaded three files to Github:
- Word Cloud.pbix - Power BI Desktop file
- There are two filters - one for 'Date Performed' and one for a Right First Time' measure from a Calculated Column
- StopWords.xlsx - Stop Words
- word_cloud_data.txt - Raw data (comma separated)
All are saved on GitHub at https://github.com/ChemEnger/PowerBIWordCloud
In brief, I have no idea whay the Stop Words aren't working!!
- Word Cloud.pbix - Power BI Desktop file