Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm using the word cloud extension to create a word cloud of names. Currently it's seperating first and last names (these are in the same column, not seperate columns). How do I keep the first and last names together?
Solved! Go to Solution.
Hi @marlirendell ,
You can create a calculated column as below to remove the spaces in Name field first, then put this new calculated column onto Word Cloud visual just like below screenshot. You can find the details in the attachment.
NewName = SUBSTITUTE ( 'Table'[Names], " ", "" )
Best Regards
Hi @marlirendell ,
You can create a calculated column as below to remove the spaces in Name field first, then put this new calculated column onto Word Cloud visual just like below screenshot. You can find the details in the attachment.
NewName = SUBSTITUTE ( 'Table'[Names], " ", "" )
Best Regards
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |