Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Display a related values as comma separated values based on slicer selection

Data : I have Region and Country Columuns in Location table and im using Region slicer in report

Requirement 1: display the Country names as comma separated values in the Card Visual based on the Region value selected in slicer 

1 REPLY 1
vicky_
Super User
Super User

use the CONCATENATEX function. 
I'm not entirely sure what your data looks like, but I imagine it would be something like:

Measure = CONCATENATEX(VALUES([Country]), [Country], ",")

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.