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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jyeager
Helper I
Helper I

Table Row Selection & Interaction with Other Visuals

Good morning! Question for you all. Is there a way to change what is shown in a visual if nothing is selected in a table? I have a report with a table listing a bunch of projects. When you select a row (a project) in the table, information is displayed in a couple multi-row cards just below the table. I'd like the multi-row cards to show something like "Please select a project above" if no row is selected in the table. Is there a way to do that? I attached a screenshot of the report below. Any help would be much appreciated! Thanks!

 

Capture1.PNG

 

 

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @jyeager,

 

Rather than directly place related fields into multi-row cards, please add below measures into cards.

Color value = IF(ISFILTERED('Sample Table'[Project]),SELECTEDVALUE('Sample Table'[Color]),"Please select a project above")

Location value = IF(ISFILTERED('Sample Table'[Project]),SELECTEDVALUE('Sample Table'[Location]),"Please select a project above")

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
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

1 REPLY 1
v-yulgu-msft
Employee
Employee

Hi @jyeager,

 

Rather than directly place related fields into multi-row cards, please add below measures into cards.

Color value = IF(ISFILTERED('Sample Table'[Project]),SELECTEDVALUE('Sample Table'[Color]),"Please select a project above")

Location value = IF(ISFILTERED('Sample Table'[Project]),SELECTEDVALUE('Sample Table'[Location]),"Please select a project above")

1.PNG2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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