Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 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!
Solved! Go to Solution.
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.
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.
not very clear for me
I updated the screenshot of the result I want to achieve in the main post. Thank you
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |