Forum Discussion
jyeager
7 years agoHelper 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 r...
- 7 years ago
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")Best regards,
Yuliana Gu
v-yulgu-msft
7 years agoMicrosoft 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")
Best regards,
Yuliana Gu