Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi Team,
We have one requirement in which wanted to show selected values from slicer (comma separated) in matrix visual but the condition is that should show only of values are selected from corresponding slicer.
eg:
if Slicer Country have selected values as India, China than matrix visual should display values as accordingly and another slicer selection is Department as Medical ,Instrumental than it should show as below. Similarly if other slicer selections are there then it should show data accordingly .
Column A | Column B
Country | India, China
Department | Medical ,Instrumental
Slicer_Name | Val1, Val2....
if no slicers are selected then both columns should blank.
Thanks
Hi,
You can use the below sample measure for each slicer and show them as values in the matrix format.
concat_country = calculate(CONCATENATEX(DISTINCT(Sales[Country Name]),Sales[Country Name], ", "))
Hi @shubhamc_002 ,
What does your raw data look like?
Sorry for that the information you have provided is not making the problem clear to me. Can you please share more details to help us clarify your scenario?
Please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |