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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Diana_Ning
Microsoft Employee
Microsoft Employee

Group several rows into 1 according to a certain column, with filter still working

My data is like below:

Course No. | Language | State

AZ-999  | EN-US | To Do

AZ-999  | ZH-CN | Doing

AZ-999  | JA-JP | To Do

AZ-888  | EN-US | To Do

AZ-888  | ZH- CN| To Do

AZ-888  | ES- ES | Done

I need these to display like:

AZ-999 | EN-US, ZH-CN, JA-JP| To Do, Doing, To Do

AZ-888 | EN-US, ZH-CN, ES-ES| To Do, Done

 

While this still responding to the filter "Language" and "State".

 

2 REPLIES 2
Diana_Ning
Microsoft Employee
Microsoft Employee

I mean like below, when Languaage ES-ES is selected in the slicer, I want the "Languages" column in the table shows only the ES-ES, the languages column is generated using table.join

 

Diana_Ning_0-1685933590311.png

 

Ahmedx
Super User
Super User

pls try this

_Language = CONCATENATEX('Table',[Language],", ")
_State = CONCATENATEX('Table',[State],", ")

Screen Capture #1186.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors