Forum Discussion

anabianco09's avatar
anabianco09
Icon for Helper II rankHelper II
2 years ago
Solved

Card filtering measure

Hi all, I am building a dashboard where I want to display a message (text) on a card when the user selects something from the filter set up. 

It is a text column that I want to display on the card :

And when nothing is selected, it displays the first row:

how to solve this?

 

 

2 Replies

  • Syk's avatar
    Syk
    Icon for Resident Rockstar rankResident Rockstar

    Try something like this!

    selected text = SELECTEDVALUE(Table[ColumnName],MIN(Table[ColumnName]))