Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
quyenduong
Helper I
Helper I

How to create multiple word clouds based on year?

Hi everyone,

 

I have a data with two columns: one is datetime and one is the text like this (just illustrative, the actual data is much longer):

quyenduong_0-1668077553204.png

 

I would like to create 4 different word clouds from the name column by their created year (from 2019 to 2022) (see screenshot below). I read some questions on the community and could not find the way. Thank you so much for answering!

 

 

1 ACCEPTED SOLUTION
v-binbinyu-msft
Community Support
Community Support

Hi @quyenduong ,

Please according the year to create new table then create the WordCloud visual with the new table fields, This is the only way I can think of at the moment.

Table =
CALCULATETABLE (
    VALUES ( 'Table'[Name] ),
    FILTER ( ALL ( 'Table' ), YEAR ( 'Table'[Created_At] ) = 2021 )
)

vbinbinyumsft_0-1668147288501.png

Thanks for your efforts & time in advance.

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-binbinyu-msft
Community Support
Community Support

Hi @quyenduong ,

Please according the year to create new table then create the WordCloud visual with the new table fields, This is the only way I can think of at the moment.

Table =
CALCULATETABLE (
    VALUES ( 'Table'[Name] ),
    FILTER ( ALL ( 'Table' ), YEAR ( 'Table'[Created_At] ) = 2021 )
)

vbinbinyumsft_0-1668147288501.png

Thanks for your efforts & time in advance.

 

Best regards,
Community Support Team_ Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

mangaus1111
Solution Sage
Solution Sage

not very clear for me

I updated the screenshot of the result I want to achieve in the main post. Thank you

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.