Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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?
Solved! Go to Solution.
Hi @anabianco09
You can use simple dax like
Try something like this!
selected text = SELECTEDVALUE(Table[ColumnName],MIN(Table[ColumnName]))
Hi @anabianco09
You can use simple dax like
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 96 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |