Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Expert,
I want to display multiple selected value from single slicer in a card/table. Would you please help me to write dax/measure?
Client wanted to see all the selected values from slicer on the report.
Any help would be highly appreciated.
TIA
Solved! Go to Solution.
Hi @Uzi2019
Create a measure like this and place it in a card. If nothign is selected it displays the message "No Selection" - chnage that to anything you like.
Selections = IF(ISFILTERED('DataTable'[Values]),CONCATENATEX(VALUES('DataTable'[Values]),'DataTable'[Values],", "),"No Selection")
Regards
Phil
Proud to be a Super User!
Hi @Uzi2019
Create a measure like this and place it in a card. If nothign is selected it displays the message "No Selection" - chnage that to anything you like.
Selections = IF(ISFILTERED('DataTable'[Values]),CONCATENATEX(VALUES('DataTable'[Values]),'DataTable'[Values],", "),"No Selection")
Regards
Phil
Proud to be a Super User!
Thanks alot. It really worked.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
55 | |
37 | |
32 |
User | Count |
---|---|
71 | |
65 | |
60 | |
50 | |
45 |