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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
i am looking to have dax to show what data is selected from a coloumn, if only one item is selected show the name, if multiple then show "multiple Items Selected".
Solved! Go to Solution.
Yourmessage =
SELECETEDVALUE(yourtablename[yourfiledname]),
"Multiple Items Selected"
)
Drag this measure to card visual
Drag your field to table visual.
Click and unclick a single item on the visual and each the card message change
Learn about SELECETEDVALUE here
https://docs.microsoft.com/en-us/dax/selectedvalue-function
Thanks for reaching out for help.
I have helped you, now please help me by giving kudos.
Remeber we are unpaid volunteers.
Click the thumbs up and accept as solution button.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !
thanks so much for this
Yourmessage =
SELECETEDVALUE(yourtablename[yourfiledname]),
"Multiple Items Selected"
)
Drag this measure to card visual
Drag your field to table visual.
Click and unclick a single item on the visual and each the card message change
Learn about SELECETEDVALUE here
https://docs.microsoft.com/en-us/dax/selectedvalue-function
Thanks for reaching out for help.
I have helped you, now please help me by giving kudos.
Remeber we are unpaid volunteers.
Click the thumbs up and accept as solution button.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 51 | |
| 46 | |
| 23 | |
| 20 |
| User | Count |
|---|---|
| 141 | |
| 113 | |
| 50 | |
| 37 | |
| 30 |