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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Jhanson93
Regular Visitor

How do I hide wording on a card visual until something is selected in a table visual?

I am trying to filter a card visual so that it does not show first/last/count values in the visual until something is selected from a table visual (not a slicer) and cannot seem to figure out how to create a measure to do that.

 

Does anyone know a simple way to do so? I have been researching and cannot find anything to assist.

 

Thank you.

2 REPLIES 2
AnalyticPulse
Super User
Super User

Just create a measure:
ShowValues = IF( HASONEVALUE('table'[column]), [measure],BLANK() )

 

let me know if this works


If this helped, Follow this blog for more insightful information about data analytics
https://analyticpulse.blogspot.com/
https://analyticpulse.blogspot.com/2024/03/superstore-sales-2022-vs-2023-year-on.html
https://analyticpulse.blogspot.com/2024/04/commercial-real-estate-portfolio.html

Jhanson93
Regular Visitor

Sorry how would I incorporate the data that I need into this measure?

 

My data from the table is called 'ValueData' and the card visual is called 'ValueData' [ValueDescription]

 

 

Jhanson93_1-1712123732821.png

 

Regards,

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (27)