Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 37 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 130 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |