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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
powerbirookiee
Frequent Visitor

Keep cards blank by default when nothing is selected in Word Cloud

Hi everyone

 

I used Word Cloud visual to show the top 5 trending keywords and would like to use Card visual to show the description of each keyword when clicked. 

powerbirookiee_0-1660475444760.png

 

 

When nothing is selected from Word Cloud, I want the cards visual to be blank by default. However, I'm having a hard time fixing this since the only options I have for Card Visual is First, Last, Count and Count (Distinct). In my case, card visual automatically shows the first keyword in the database (which is not included in the Top results in Word Cloud). 

 

powerbirookiee_1-1660475469102.png

 

 

powerbirookiee_2-1660474609517.png

 

Tried to use conditional formatting but it's not applicable since all values are text values, no numerical values. Would really appreciate if you have other easier alternatives to present the description aside from the card visual. 

 

Thank you so much! 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @powerbirookiee ,

 

After testing, similar functionality can be achieved in the normal card visual with the SELECTEDVALUE function. However, Word Cloud visual does not support it for the time being.

vhenrykmstf_1-1660810410131.png

vhenrykmstf_2-1660810430780.png

in Word Cloud, no reflection.

vhenrykmstf_3-1660810593082.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


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

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @powerbirookiee ,

 

After testing, similar functionality can be achieved in the normal card visual with the SELECTEDVALUE function. However, Word Cloud visual does not support it for the time being.

vhenrykmstf_1-1660810410131.png

vhenrykmstf_2-1660810430780.png

in Word Cloud, no reflection.

vhenrykmstf_3-1660810593082.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

danextian
Super User
Super User

Hi @powerbirookiee,

Instead of just using a column/field in a visual and choose from the limited options to show which value to show, try using a measure instead.

Example

Selected Item =
SELECTEDVALUE ( Data[Item], "" )
//to show a blank white space if no single value is selected or the filter context doesn't return a single Data[Item] value




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.