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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

multi value matrix, selection criteria

I have the below table, and if a "workID" has the same "RoutingID" and same month in "start_cur" as any other "WorkID", i need to concatenate the WorkIDs to be in the same cell. 

jahemmy_1-1633522945293.png

 

So the finish product in a PBI table on the report dashboard looks like the below excel table.

jahemmy_0-1633522888671.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Create a new measure and add that to matrix visual value

Routing ID on row and month year and Column

 

Concatenatex(Table,Table[Work ID], unichar(10))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

That worked perfectly. As a bonus, do you know if its possible to make the totals as counts instead of a list workIDs?

amitchandak
Super User
Super User

@Anonymous , Create a new measure and add that to matrix visual value

Routing ID on row and month year and Column

 

Concatenatex(Table,Table[Work ID], unichar(10))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.