Forum Discussion

KBD's avatar
KBD
Helper III
1 year ago
Solved

WordCloud

Hello:   I am trying to create a simple work cloud. Can not get the effect I need.   My data is as follows: Indicents contains details on incidents.  Date, time,  location,  description   Thes...
  • Ritaf1983's avatar
    1 year ago

    HI KBD 

    What you observed is correct. Since we don't have filtering options based on "contains" or list searches, in order to focus the Word Cloud on specific keywords, there must be a relationship between the tables.

    To achieve this, you need to split the description into rows, so that each word appears in its own row.

    You can make needed transformations from data source directly or with a power query.
    From power query, you can follow these steps :

    1. Duplicate the column of description :

    2. Split the Description column into rows:

    After closing and applying you can create a relationship between keywords and incidents 

    Now you can create the cloud :

    The pbix is attached

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.