Forum Discussion
quyenduong
3 years agoHelper II
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): I would like to create 4 different word c...
- Anonymous3 years ago
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 ) )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
3 years agoSolution Sage
not very clear for me
quyenduong
3 years agoHelper II
I updated the screenshot of the result I want to achieve in the main post. Thank you