This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a survey data. I had made the WordCloud from comment responses from Survey.
Following is the table:
'data'
| EmpID | Location | Function | Tenure | Gender | Comment |
| 1 | Chennai | Corporate | 1-2 years | Female | Too informal at home |
| 2 | Delhi | Agency | 0-1 years | Male | To informal at home |
| 3 | Mumbai | Corporate | 2-5 years | Male | Overcoming the urge to take nap. |
| .... | ... | .... | ... | ... | .. |
| 101 | Mumbai | Logistics | 1-2 years | Male | Work from Home not possible |
Following is the measure of No. of Response card = COUNTROWS(data)
I want WordCloud should throw some error Something like "Insufficient Responses". If No. of Responses is less than 5.
Hi , @maqsud
Not very clear what you want.
If what you want is to show an error messege, it is suggest to create another card visual .
Best Regards,
Community Support Team _ Eason
@maqsud ,
The way I can think of is switch visual based on Count Value, see if bookmark can help
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |