Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |